A parser, interpretter, and compiler for a functional programming language with the same grammar as JSON.
Go to file
2024-03-15 20:21:41 -04:00
build_oracle.py Fix broken tests in build_oracle 2024-03-15 20:21:39 -04:00
comb_parse.py Add parse_, expand some doc tests 2024-03-15 20:21:41 -04:00
emis_funky_funktions.py Added FSet and fset 2024-03-15 20:21:37 -04:00
grammar.py Finagle some types and imports 2024-03-15 20:21:39 -04:00
ir.py Finagle some types and imports 2024-03-15 20:21:39 -04:00
lab2.py Rename main -> lab2 2024-03-15 20:21:40 -04:00
lex.py Add parse_, expand some doc tests 2024-03-15 20:21:41 -04:00
parse.py Get parsing for the sample document working 2024-03-15 20:21:32 -04:00
resolution.py Fixed a bug which caused unnecessary infinite recursion 2024-03-15 20:21:40 -04:00
silly_thing.py Functional operation semantics 2024-03-15 20:21:41 -04:00
tokens.py Factor out IR and Tok 2024-03-15 20:21:33 -04:00