(nonserious) jorts programming language
Luna
3d26da0144
moving to lox described in https://craftinginterpreters.com to go with. better learn something first, then walk towards things like a static typed lang lol anyways if you were here for jorts as my own language thing do leave |
||
---|---|---|
jortsc | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.py |
jorts
jorts programming language
installing
git clone https://gitdab.com/luna/jorts
cd jorts
pip install --user --editable .
using
right now, its not pretty, nor finished
cat examples/hello.jt | jortsc