Crate maolang_core

Source
Expand description

The core tokenizer, parser and evaluator for a programming language with dynamically randomized syntax

Modulesยง

interp
Core interpetter
parser
The parser for generating an abstract syntax tree, built in with conditional rules
tokenizer
Core tokenizer for the language, defines all variants a token may have