libmya 0.1.0
Library to parse Mya language.
|
Go to the source code of this file.
Functions | |
error_code_t | mya_parser (module_t *module) |
Make the syntactical analysis on the given module and construct the AST. | |
error_code_t mya_parser | ( | module_t * | module | ) |
Make the syntactical analysis on the given module and construct the AST.
module | The module for make the syntactical analysis. |
Definition at line 9 of file parser.c.