(nonserious) jorts programming language
Go to file
Luna a7034db0eb finish "parsing" of hello.jt
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
2019-03-10 03:04:37 -03:00
examples finish "parsing" of hello.jt 2019-03-10 03:04:37 -03:00
jortsc finish "parsing" of hello.jt 2019-03-10 03:04:37 -03:00
.gitignore add basic lexer 2019-03-08 23:43:17 -03:00
LICENSE Initial commit 2019-03-08 07:47:28 +00:00
README.md add install and usage to README 2019-03-09 16:54:47 -03:00
setup.py package jortsc with setup.py 2019-03-09 16:52:34 -03:00

README.md

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