tylerlaberge / rascal
A simple Pascal interpreter written in rust.
☆54Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for rascal
- Moss interpreter (experimental implementation)☆27Updated 3 years ago
- Working group focused on language runtimes - implementing GC and concurrency in safe Rust APIs☆33Updated 6 years ago
- skryn is a Desktop GUI framework written purely in Rust☆66Updated last year
- LLVM wrappers for Rust☆68Updated 7 years ago
- WIP Port of Rust's std to Minix☆43Updated 4 years ago
- A C Compiler/Parser written in Rust☆52Updated 10 months ago
- A very small GC in Rust, with a safe API☆61Updated 4 months ago
- A Rust crate that provides a simple interface for LZMA compression and decompression.☆79Updated last year
- BASIC interpreter - fetch and run classic BASIC programs☆23Updated 6 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated last year
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆88Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 2 years ago
- ☆59Updated 3 years ago
- A parser for Lua 5.3 written using the nom parser combinator library☆29Updated 7 years ago
- HTML parser with CSS selectors written in Rust☆45Updated 5 years ago
- 🗃 UTF-8 string, byte string, and C string interner☆26Updated this week
- Proof of concept for fast regexes in rust☆39Updated 8 years ago
- L-Systems in Rust, with a turtle interpreter☆26Updated 5 years ago
- Experimental Language based on Rust and Haskell☆51Updated 7 years ago
- Ergonomic trie data structure