This commit is contained in:
Moammad97 2020-11-04 15:50:14 +03:30
parent f7a6726a5a
commit 39e447eccd
10 changed files with 95 additions and 105 deletions

View file

@ -15,8 +15,6 @@
#include <string.h>
#include <stdint.h>
#include "ScriptEngine.h"
#include "scanner.h"
#include "parse_table.h"
#include "string.h"
/**
@ -60,7 +58,7 @@ PSYMBOL_BUFFER ScriptEngineParse(char *str)
Push(Stack, StartToken);
InputIdx = 0;
WaitForID = 0;
c = sgetc(str);