pass-lang/src
James T. Martin 1383484e06
No assertions fail during codegen (lang.c) for test file.
The generated executable is still incorrect
for reasons which I have not yet investigated,
but this is still a step forward.
2022-10-17 11:45:38 -07:00
..
lex Small refactor of indentation lexer. 2022-10-17 10:02:43 -07:00
asm.c Factor out executable format handling into a new file. 2022-09-10 22:06:21 -07:00
asm.h Factor out executable format handling into a new file. 2022-09-10 22:06:21 -07:00
format.c Factor out executable format handling into a new file. 2022-09-10 22:06:21 -07:00
format.h Factor out executable format handling into a new file. 2022-09-10 22:06:21 -07:00
io.c Factor out executable format handling into a new file. 2022-09-10 22:06:21 -07:00
io.h Factor out executable format handling into a new file. 2022-09-10 22:06:21 -07:00
ir.c No assertions fail during codegen (lang.c) for test file. 2022-10-17 11:45:38 -07:00
ir.h No assertions fail during codegen (lang.c) for test file. 2022-10-17 11:45:38 -07:00
lang.c No assertions fail during codegen (lang.c) for test file. 2022-10-17 11:45:38 -07:00
lang.h Wrote IR gen!! (Literally untested, though.) 2022-09-08 21:07:40 -07:00
lex.c Removed radix#int syntax, added keywords to lexer. 2022-09-10 14:58:22 -07:00
lex.h Removed radix#int syntax, added keywords to lexer. 2022-09-10 14:58:22 -07:00
main.c No assertions fail during codegen (lang.c) for test file. 2022-10-17 11:45:38 -07:00
parse.c No assertions fail during codegen (lang.c) for test file. 2022-10-17 11:45:38 -07:00
parse.h Implemented parser! Recognition only, no output. 2022-09-07 20:42:37 -07:00
x86encode.c No assertions fail during codegen (lang.c) for test file. 2022-10-17 11:45:38 -07:00
x86encode.h No assertions fail during codegen (lang.c) for test file. 2022-10-17 11:45:38 -07:00