jorts/jortsc/parser
Luna 92a365d908 ast_nodes: add ReturnType, Identifier, Import
handling of ReturnType follows the hello.jt rule, that it's implicitly
void.

 - add Reader.peek, a repr, Reader.expect_val, Reader.ignore
 - add _fn_ret_type for ReturnType generation
 - fix some things when reading named functions
 - add read_import
 - add handler for unexpected reserved word
 - add some ast cleanups on a read_loop
 - add ast skip when token is None
2019-03-10 02:38:52 -03:00
..
__init__.py add basic lexer 2019-03-08 23:43:17 -03:00
ast_nodes.py ast_nodes: add ReturnType, Identifier, Import 2019-03-10 02:38:52 -03:00
lexer.py add basics of a handwritten parser 2019-03-10 01:55:12 -03:00
parser.py add basics of a handwritten parser 2019-03-10 01:55:12 -03:00
syntatic.py ast_nodes: add ReturnType, Identifier, Import 2019-03-10 02:38:52 -03:00