jorts/jortsc/parser
Luna 3d26da0144 remove examples and main parser grammar
moving to lox described in https://craftinginterpreters.com
to go with. better learn something first, then walk towards things like
a static typed lang lol

anyways if you were here for jorts as my own language thing
do leave
2019-05-31 16:04:09 -03:00
..
__init__.py add basic lexer 2019-03-08 23:43:17 -03:00
ast_nodes.py finish "parsing" of hello.jt 2019-03-10 03:04:37 -03:00
lexer.py finish "parsing" of hello.jt 2019-03-10 03:04:37 -03:00
syntatic.py finish "parsing" of hello.jt 2019-03-10 03:04:37 -03:00