Add basic function call parsing.

This commit is contained in:
2018-02-24 20:08:17 -08:00
parent 052fc5b943
commit 7a84babf1e
3 changed files with 53 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ enum libab_tree_variant_e {
UNARY_OP,
BLOCK,
VOID,
IF
IF,
CALL
};
/**