(nonserious) jorts programming language
Luna
b7d5646bad
- add Reader.expect, Reader.next_safe - fix fn_read_args, use TypedVar - use Reader.expect in read_function's post-fn check - use Function in read_function - add basics of blocks using { and } in read_start |
||
---|---|---|
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