Simple programming language in Rust
-
Updated
Dec 25, 2022 - Rust
A parser turns its input (often text in form of a file) into a more advantageous representation (usually a certain data structure in memory) to perform a specific task.
Common examples include:
Simple programming language in Rust
A parser that creates Desmos graphing calculators from desmon files.
A small little JSON parser I wrote in order to understand how to use pest.rs/PEG Parsers
RUST Parser Engine for GOLD Parser. Read compiled grammar tables and source, DFA tokenizer, LALR parser.
graphql tool written in rust
Skyrim's (de)serialization library for `controlmap.txt`
Programing lenguaje made in rust (in working progres). / Lenguaje de programacion hecho en rust (en progreso).
Implementation of a programming language
Rust implementation of the Pancake Stack esoteric programming language.