Repository for the V2 implementation of the JAPL programming language
Go to file
Nocturn9x df59bc8f0d Fixed bug in the optimizer when folding exponentiation with negative exponents 2021-10-30 11:48:46 +02:00
docs Updared grammar for try statement 2021-10-29 11:47:18 +02:00
src Fixed bug in the optimizer when folding exponentiation with negative exponents 2021-10-30 11:48:46 +02:00
.gitignore Removed main.nim from gitignore 2021-09-27 19:30:00 +02:00
LICENSE Added apache license and updated headers 2021-08-23 20:43:18 +02:00
README.md Fixed license headers (whoops), started working on bytecode chunks, removed empty modules. Added config.nim and debugger.nim from japl v1 to start merging the two projects together 2021-10-30 14:38:46 +02:00

README.md

JAJ - Just Another JAPL

Repository for the v2 implementation of the japl programming language.

Once most of the changes from this version are merged (or well, replace) the current JAPL implementation this repository will be yeeted into the void. This is just a way for me to

Credits

JAPL was inspired by Bob Nystrom's amazing Crafting Interpreters book