This website requires JavaScript.
Explore
Help
Register
Sign In
Emi
/
JSON-Lang
Watch
1
Star
0
Fork
You've already forked JSON-Lang
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
A parser, interpretter, and compiler for a functional programming language with the same grammar as JSON.
23
commits
1
branch
0
tags
260
KiB
Python
100%
642225b285
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Emi Simpson
642225b285
Add << as an alias for binding a result
2024-03-15 20:21:34 -04:00
build_oracle.py
Add action erasure to parser
2024-03-15 20:21:31 -04:00
build_oracle.sh
Move oracle table generating facilities to grammar.py
2024-03-15 20:21:16 -04:00
emis_funky_funktions.py
Add << as an alias for binding a result
2024-03-15 20:21:34 -04:00
grammar.py
Use strings in IR rather than lexemes
2024-03-15 20:21:34 -04:00
ir.py
Implement substitution
2024-03-15 20:21:34 -04:00
lex.py
Get parsing for the sample document working
2024-03-15 20:21:32 -04:00
parse.py
Get parsing for the sample document working
2024-03-15 20:21:32 -04:00
tokens.py
Factor out IR and Tok
2024-03-15 20:21:33 -04:00