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.
56
commits
1
branch
0
tags
260
KiB
Python
100%
224ec0bc98
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
224ec0bc98
Add a repl
2024-03-15 20:21:42 -04:00
comb_parse.py
Add in IR generation
2024-03-15 20:21:42 -04:00
emis_funky_funktions.py
Add partition
2024-03-15 20:21:41 -04:00
genir.py
Add a repl
2024-03-15 20:21:42 -04:00
grammar.py
Start making a grammar then realize there's a builtin json parser
2024-03-15 20:21:41 -04:00
ir.py
Add a repl
2024-03-15 20:21:42 -04:00
lex.py
Add parse_, expand some doc tests
2024-03-15 20:21:41 -04:00
main.py
Add a repl
2024-03-15 20:21:42 -04:00
pattern.py
Add in IR generation
2024-03-15 20:21:42 -04:00
silly_thing.py
Add a repl
2024-03-15 20:21:42 -04:00