Go to file
2023-12-29 05:17:47 +03:00
.gitignore Makefile: restruct 2023-12-29 05:05:17 +03:00
expr.c init: it compiles, but idk what is happening 2023-12-25 18:18:28 +03:00
expr.h parser: correct syntax errors 2023-12-29 05:05:57 +03:00
main.c hcc: remove not needed declerations and correct yyparse() value check 2023-12-29 05:17:47 +03:00
Makefile Makefile: restruct 2023-12-29 05:05:17 +03:00
parser.bison parser: correct syntax errors 2023-12-29 05:05:57 +03:00
scanner.flex scanner: handle "=", ":", and ";" 2023-12-29 05:06:25 +03:00