Static
fromFormats the source code
Compiles the source code into a PreModel, this is the first step in the compilation process. It only parses the source code and does not transform it.
Compiles the source code into a Model
additional constants given to the runtime
additional functions that can be used in the transformation process
The RoocParser is the main entry point to the Rooc library, it allows to parse, transform and compile rooc code