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
comb_parse.py Add parse_, expand some doc tests 2024-03-15 20:21:41 -04:00
emis_funky_funktions.py Add partition 2024-03-15 20:21:41 -04:00
grammar.py Start making a grammar then realize there's a builtin json parser 2024-03-15 20:21:41 -04:00
lex.py Add parse_, expand some doc tests 2024-03-15 20:21:41 -04:00
silly_thing.py Functional operation semantics 2024-03-15 20:21:41 -04:00