Go to file
fsan 4f1718ce5a unimportant changes... 2021-10-07 23:54:39 -03:00
.gitignore Ignore binaries 2021-10-01 11:21:31 -03:00
build.sh Created utilities file and moved print_tokens and str_token to utilities. 2021-10-03 00:37:19 -03:00
info extra info about grammar 2021-10-04 23:28:27 -03:00
interpreter.cpp unimportant changes... 2021-10-07 23:54:39 -03:00
lexer.cpp no more leaks, less copy assignments, fixed an error where I would be assigning TOK_ID to STM_ASSIGN lvalue. 2021-10-05 02:29:55 -03:00
main.cpp unimportant changes... 2021-10-07 23:54:39 -03:00
orga-comp.h started work on the scope (not really sure what I'm doing) 2021-10-07 23:54:23 -03:00
parser.cpp Cleaned up the parser a lil bit 2021-10-07 23:25:40 -03:00
scope.cpp started work on the scope (not really sure what I'm doing) 2021-10-07 23:54:23 -03:00
tst.cfran Initial commit 2021-10-01 11:20:03 -03:00
utilities.cpp Stopped printing useless stuff. 2021-10-06 11:44:39 -03:00