add function calling

This commit is contained in:
William Bell
2025-08-04 23:31:25 +01:00
parent 6c05eff6a4
commit a8acafffe9
13 changed files with 177 additions and 2185037 deletions

View File

@@ -12,6 +12,8 @@
typedef struct {
ParsedValue * to_call;
DArray args;
uint64_t line;
uint64_t column;
} ParsedCall;
// Function declaration for parsing an identifier