class Tesh::Parser
- Tesh::Parser
- Reference
- Object
Defined in:
tesh/parser.crConstructors
Instance Method Summary
- #cur_token : Tesh::Token
- #cur_token_is?(token_type)
- #errors : Array(String)
- #expect_peek(token_type)
- #infix_parse(expression)
- #next_token
- #parse_export_statement
- #parse_expression(precedence)
- #parse_expression_statement
- #parse_identifier(ident)
- #parse_program
- #parse_return_statement
- #parse_statement
- #peek_error(token_type)
- #peek_token : Tesh::Token
- #peek_token_is?(token_type)
- #prefix_parse