Expand description
The parser to convert Leo code text into a Program
AST type.
This module contains the parse()
function which calls the underlying tokenize()
method to create a new program AST.
Modulesยง
- context ๐
- expression ๐
- file ๐
- statement ๐
- type_ ๐
Functionsยง
- Creates a new program from a given file path and source code text.