Go to file
HeshamTB a58e8316ec scanner: handle "=", ":", and ";"
Now can scan and parse a basic expression like:
		x : int = 5;
	Still do not know how to handle the AST

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2023-12-29 05:06:25 +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 init: it compiles, but idk what is happening 2023-12-25 18:18:28 +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