forked from luna/jorts
(nonserious) jorts programming language
the AST is very ugly as it is rn. had to remove the cleanups or else its all [[None], [None], ...] ok im startnig to give up on doing handwritten lmao help - add TokenType.string - add read_value, read_statement, fix block reading |
||
|---|---|---|
| examples | ||
| 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