preliminary work on the loop parsing
This commit is contained in:
parent
39c92585f1
commit
eaebcd7bdd
4 changed files with 18 additions and 2 deletions
5
parser.h
5
parser.h
|
|
@ -151,6 +151,11 @@ typedef struct _ast_node {
|
|||
/* This should be an access. */
|
||||
struct _ast_node *path;
|
||||
} import;
|
||||
struct {
|
||||
struct _ast_node *parameters;
|
||||
struct _ast_node *captures;
|
||||
usize param_len;
|
||||
} fr; // for
|
||||
} expr;
|
||||
} ast_node;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue