miller/c/dsls/README.md
jungle-boogie 4a4d5a5539 possible spelling update
I think you mean introductory.
2015-08-26 14:20:44 -07:00

428 B

Miller domain-specific languages

These exist for Miller's put and filter functions. The grammars are not at all profound: just parsing 101 as familiar from an introductory compilers course. I use lex and lemon rather than lex and yacc: I find Lemon far more transparent.

Concrete syntax trees (CSTs) are embodied in the lex/lemon files. Abstract syntax trees (ASTs) are in the Miller containers directory.