Repository for the V2 implementation of the JAPL programming language
Go to file
nocturn9x 08f68f09df Added opcodes to build collection literals 2021-10-31 10:43:45 +01:00
docs Updared grammar for try statement 2021-10-29 11:47:18 +02:00
src Added opcodes to build collection literals 2021-10-31 10:43:45 +01: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