parser: support break and fix local decl
This commit is contained in:
@@ -10,6 +10,8 @@ typedef enum noomP_NodeType {
|
||||
NOOMP_NODE_IFSTATEMENT,
|
||||
NOOMP_NODE_WHILELOOP,
|
||||
NOOMP_NODE_BLOCK,
|
||||
|
||||
NOOMP_NODE_BREAK,
|
||||
|
||||
NOOMP_NODE_VARIABLE,
|
||||
NOOMP_NODE_NUMBERLITERAL,
|
||||
|
||||
Reference in New Issue
Block a user