Sciweavers

BALT
2010

Grammatical Aspects: Coping with Duplication and Tangling in Language Specifications

12 years 11 months ago
Grammatical Aspects: Coping with Duplication and Tangling in Language Specifications
For the purposes of tool development, computer languages are usually described using context-free grammars with annotations such as semantic actions or pretty-printing instructions. These specifications are processed by generators which automatically build software, e.g., parsers, pretty-printers and editing support. In many cases the annotations make grammars unreadable, and when generating code for several tools supporting the same language, one usually needs to duplicate the grammar in order to provide different annotations for different generators. We present an approach to describing languages which improves readability of grammars and reduces the duplication. To achieve this we use Aspect-Oriented Programming principles. This approach has been implemented in an open-source tool named GRAMMATIC. We show how it can be used to generate pretty-printers and syntax highlighters. Keywords. DSL, Grammar, Aspect
Andrey Breslav
Added 12 May 2011
Updated 12 May 2011
Type Journal
Year 2010
Where BALT
Authors Andrey Breslav
Comments (0)