Started work on rewriting the Parser.

This commit is contained in:
2022-05-10 21:03:09 +00:00
parent fbef044905
commit 72abf6c4ab
3 changed files with 18 additions and 16 deletions
+1
View File
@@ -5,6 +5,7 @@
#include <stdlib.h>
#include "list.h"
#include "token.h"
#include "opcodes.h"
void ParseTokens(List*);