jorts/jortsc/parser
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
..
__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
parser.py add basics of a handwritten parser 2019-03-10 01:55:12 -03:00
syntatic.py finish "parsing" of hello.jt 2019-03-10 03:04:37 -03:00