enum error_code error_code_t
Enumeration of error codes.
error_code_t mya_parser(module_t *module)
Make the syntactical analysis on the given module and construct the AST.
error_code_t mya_lexer(module_t *module)
Make the lexical analysis on the given module.
Struct that represents a Mya module.
struct module module_t
Struct that represents a Mya module.