diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-29 20:06:51 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-29 20:06:51 -0400 |
commit | 3395cd7dc356b61fe48ee9d755eef8a7b19ee9f1 (patch) | |
tree | 7ff4dcc5fc9e24021fd5d754a8a8ecd2df3a6df4 /qualifiers.txt | |
parent | 8502bdd410c5a685a66a218fa97ddd2e7d207d30 (diff) |
[AST] Statement parsing (incomplete)
Still need to figure out a check for a type followed by a value
Diffstat (limited to 'qualifiers.txt')
-rw-r--r-- | qualifiers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qualifiers.txt b/qualifiers.txt index 835a5f5..18c447f 100644 --- a/qualifiers.txt +++ b/qualifiers.txt @@ -22,7 +22,6 @@ structure of blocks: (block start) interface (defword) - enum (defword) (return type list) loop (bool params) (loop rets) if (bool params) @@ -60,6 +59,7 @@ keyword statements: delete (list of defwords)* struct (defword) (struct params)* +enum (defword) (return type list) (enum values) continue break label (defword) |