pasa / asdl-rs

Apache License 2.0
10 stars 1 forks source link

Build Status

ASDL parser and CLI for code generation.

ASDL describes the abstract syntax of compiler intermediate representations and other tree-like data structures. Just as the lexical and syntactic structures of programming languages are described with regular expressions and context free grammars, ASDL provides a concise notation for describing the abstract syntax of programming languages. Tools can convert ASDL descriptions into the appropriate data-structure definitions and functions to convert the data-structures to or it easier to build compiler components that interoperate.

You can read about Asdl in this paper

Functionality is provided in two crates: