Remove currently unused node types from the tree code.

This commit is contained in:
2018-02-18 19:42:54 -08:00
parent 12660b1e4a
commit 96b2dc234f
2 changed files with 4 additions and 18 deletions

View File

@@ -11,21 +11,11 @@ enum libab_tree_variant_e {
NONE,
BASE,
ID,
STR,
CHAR,
NUM,
BOOL,
KW,
OP,
UNARY_OP,
BLOCK,
FUN,
IF,
WHILE,
DOWHILE,
FOR,
CALL,
RETURN
IF
};
/**