forked from luna/jorts
(nonserious) jorts programming language
Luna
92a365d908
handling of ReturnType follows the hello.jt rule, that it's implicitly void. - add Reader.peek, a repr, Reader.expect_val, Reader.ignore - add _fn_ret_type for ReturnType generation - fix some things when reading named functions - add read_import - add handler for unexpected reserved word - add some ast cleanups on a read_loop - add ast skip when token is None |
||
---|---|---|
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