FAST: A Transducer-Based Language for Tree Manipulation
- Lori D'Antoni ,
- Margus Veanes ,
- Ben Livshits ,
- David Molnar
ACM Transactions on Programming Languages and Systems (TOPLAS) | , Vol 38
Tree automata and transducers are used in a wide range of applications in software engineering. While these formalisms are of immense practical use, they can only model finite alphabets. To overcome this problem we augment tree automata and transducers with symbolic alphabets represented as parametric theories. Admitting infinite alphabets makes these models more general and succinct than their classic counterparts. Despite this, we show how the main operations, such as composition and language equivalence, remain computable given a decision procedure for the alphabet theory. Weintroduce a high-level language called Fast that acts as a front-end for the preceding formalisms.
© ACM. This is the author's version of the work. It is posted here by permission of ACM for your personal use. Not for redistribution. The definitive version can be found at http://dl.acm.org.