|
libmya 0.1.0
Library to parse Mya language.
|

Go to the source code of this file.
Functions | |
| unsigned int | parse_statement_set (module_t *module, ast_node_t *parent, token_t *token) |
Parse a set statement adding it as a children on parent AST node. | |
| unsigned int parse_statement_set | ( | module_t * | module, |
| ast_node_t * | parent, | ||
| token_t * | token ) |
Parse a set statement adding it as a children on parent AST node.
| module | The module where the AST is. |
| parent | The AST node parent for the statement. |
| token | The token where to start parsing the statement. |
Definition at line 6 of file parse_statement_set.c.