Crate rpg_compiler

Source

Modules§

generator
node
type_checker
uid
user_output
Contains functions and macros for informing the user about events

Macros§

compile_error
Prints out an compilation error message in red.
impl_node
Implements node methods
new_node

Structs§

Config
Parser
Token
Represents a single token
TokenRegex
Contains the regex for a token and its type
Tokenizer
Tokenizes an input string

Enums§

TokenType
The token types available in the RPG language

Functions§

compile
compile_with_config
rm_comments