Packages
backend-rizz
format
frontend-lisp
- Format Format informations message when a warning or error is raised.
glados-2.0.0
- Ast Defines the abstract syntax tree structure for the rizz language.
- Lexer Performs lexical analysis of a stream of bytes and extracts a list of rizz tokens.
- Parser Performs syntactic analysis of a list of tokens and builds an Abstract Syntax Tree.
- ParserBinaryExpr Parses binary operation expressions with operator precedence.
- ParserHelper Helper functions for parsing tokens
- ParserStmt Parses statements and compound statements into Abstract Syntax Tree nodes.
- Tokens Defines Tokens used to represent the rizz language syntax.