Repository for the V2 implementation of the JAPL programming language
Go to file
nocturn9x 087443c7f9 Removed 'raise' statement from loop 2021-11-13 19:48:38 +01:00
docs Changed all references of NimVM to JAPL's 2021-11-13 19:47:22 +01:00
src Removed 'raise' statement from loop 2021-11-13 19:48:38 +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 Finally fixed README 2021-11-12 18:42:55 +01: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 start from scratch without any of the messy legacies of the current codebase, which lacks modularity and inherits way too much from the C code of Lox (see Credits)

Credits

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