treecc

Compiler generator using aspect-oriented programming paradigm

brewmacoslinux
Try with needOr install directly
Source

About

Aspect-oriented approach to writing compilers

Commands

treecc

Examples

Generate compiler code from a treecc specification file$ treecc -o output.c grammar.tc
Display treecc version and available options$ treecc --version
Generate output with verbose compilation details$ treecc -v -o compiler.c language.tc