Started to work on setting up Symbol value resolution which will be based on an abstract syntax tree that can handle undefined values if unknown symbols are used in an expression.

This commit is contained in:
2023-08-25 00:21:19 -05:00
parent 4bb90da6df
commit 82b2136a69
4 changed files with 44 additions and 5 deletions
-2
View File
@@ -83,6 +83,4 @@ void RemoveToken(int index, TokenList* list) {
list->size--;
list->content[list->size] = NULL;
FreeToken(token);
}