bamboo.astgen

Undocumented in source.

Members

Functions

combineWith
void combineWith(Module file, Module other)

Destructively mutates file, appending members from other.

parseModule
Module parseModule(string file)

Given a path, parses a DC file.

parseString
Module parseString(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
transformParseTree
Module transformParseTree(ParseTree tree)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta