Contains definitions for "nodes" making the AST
Functions to check if a script is valid (or certain nodes) by its generated AST
Contains functions to generate AST from tokens
Used for debugging compiler Generates a HTML page that represents a readable representation of AST nodes Only available in qsCompiler configuration (dub -c=qsCompiler)
Used for debugging the astgen. Contains functions to generate a readable string respresentation of AST nodes
For generating byte code from AST
All the compiler modules packaged into one, this one module should be used to compile scripts.
For reading a script into tokens