add operations
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
typedef struct {
|
||||
ParsedValue * to_call;
|
||||
DArray * args;
|
||||
DArray args;
|
||||
} ParsedCall;
|
||||
|
||||
// Function declaration for parsing an identifier
|
||||
|
||||
Reference in New Issue
Block a user