forked from luna/jorts
19 lines
234 B
Markdown
19 lines
234 B
Markdown
# jorts
|
|
|
|
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
|
|
```
|