jorts/README.md

20 lines
234 B
Markdown
Raw Normal View History

2019-03-08 07:47:28 +00:00
# jorts
2019-03-09 19:54:47 +00:00
jorts programming language
## installing
```sh
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
```