Menu

Home

Tom Harwood

JBurg is a tree parser generator. This type of parser is typically used in a compiler's back end; instead of parsing a stream of characters and producing an AST, the tree parser parses the AST and produces a "rewrite" of the tree. The rewrite is typically an object-code representation of the program.

JBurg builds the code emitters of Adobe's ASC 2.0 and Apache Falcon ActionScript compilers.


Related

Wiki: BigPicture
Wiki: JBurg Reference
Wiki: Tutorial