Boo Compiler - rmboggs/boo GitHub Wiki
Added by dholton dholton
Some initial notes about the extensible compiler architecture used by Boo:
-
[Abstract Syntax Tree](https://github.com/bamboo/boo/wiki/Abstract-Syntax-Tree) -
[Boo Parser](https://github.com/bamboo/boo/wiki/Boo-Parser) -
[Compiler Options](https://github.com/bamboo/boo/wiki/Compiler-Options) — Options when compiling boo scripts. -
[Compiler Steps](https://github.com/bamboo/boo/wiki/Compiler-Steps) -
[Type System](https://github.com/bamboo/boo/wiki/Type-System)
See also the pages on Type Inference, Syntactic Macros, and Duck Typing.
The boo compiler and platform was created by Rodrigo B. de Oliveira, so please contact him if you have any questions.