arboretum
v0.1.0
Published
Syntax-independent compiler framework
Downloads
1
Readme
Arboretum
Syntax-independent compiler framework
What's this?
Arboretum helps you to make your own compiler with ease.
As popular, compiler is generally consist of 3 components: parser, ast transformer, code generator.