Add basic function call parsing.
This commit is contained in:
@@ -16,7 +16,8 @@ enum libab_tree_variant_e {
|
||||
UNARY_OP,
|
||||
BLOCK,
|
||||
VOID,
|
||||
IF
|
||||
IF,
|
||||
CALL
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user