pass-lang/src
James T. Martin 4c4ebeecfc
Fixed bug: use references to mutate the stack instead of values.
2022-09-10 09:07:38 -07:00
..
lex Indentation-sensitive syntax! 2022-09-08 16:02:30 -07:00
asm.c Separate instruction encoding into a separate file. 2022-09-06 02:20:10 -07:00
asm.h Completely rewrite stack management. 2022-09-06 19:47:46 -07:00
io.c Indentation-sensitive syntax! 2022-09-08 16:02:30 -07:00
io.h Greatly simplify lexer thanks to new knowledge of lookahead. 2022-09-07 23:02:15 -07:00
ir.c Wrote IR gen!! (Literally untested, though.) 2022-09-08 21:07:40 -07:00
ir.h Wrote IR gen!! (Literally untested, though.) 2022-09-08 21:07:40 -07:00
lang.c Fixed bug: use references to mutate the stack instead of values. 2022-09-10 09:07:38 -07:00
lang.h Wrote IR gen!! (Literally untested, though.) 2022-09-08 21:07:40 -07:00
lex.c Indentation-sensitive syntax! 2022-09-08 16:02:30 -07:00
lex.h Fixed bug: use references to mutate the stack instead of values. 2022-09-10 09:07:38 -07:00
main.c Implemented parser! Recognition only, no output. 2022-09-07 20:42:37 -07:00
parse.c Fixed bug: use references to mutate the stack instead of values. 2022-09-10 09:07:38 -07:00
parse.h Implemented parser! Recognition only, no output. 2022-09-07 20:42:37 -07:00
x86encode.c Completely rewrite stack management. 2022-09-06 19:47:46 -07:00
x86encode.h Completely rewrite stack management. 2022-09-06 19:47:46 -07:00