Skip to content

Boo Compiler

Nathaniel Sabanski edited this page Jan 20, 2016 · 8 revisions

Added by dholton dholton

Some initial notes about the extensible compiler architecture used by Boo:

  • [Abstract Syntax Tree](Abstract-Syntax-Tree)
    
  • [Boo Parser](Boo-Parser)
    
  • [Compiler Options](Compiler-Options) — Options when compiling boo scripts.
    
  • [Compiler Steps](Compiler-Steps)
    
  • [Type System](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.

Clone this wiki locally