basic_rs
BASIC interpreter
An implementation of the original Dartmouth BASIC language in Rust, with both interpreter and compiler capabilities.
Original Dartmouth BASIC Interpreter/Compiler
38 stars
5 watching
3 forks
Language: Rust
last commit: almost 6 years ago
Linked from 1 awesome list
basiccompilerinterpreterrelooperrustvmwasmweb-assembly
Related projects:
Repository | Description | Stars |
---|---|---|
endbasic/endbasic | An interpreter for a BASIC-like language with interactive visual feedback and hardware support | 320 |
paladin-t/my_basic | An embeddable BASIC interpreter with features such as prototype-based programming and functional programming | 512 |
richpl/pybasic | An interactive BASIC interpreter written in Python | 174 |
verhas/jscriptbasic | An interpreter for a BASIC scripting language embedded in Java applications | 14 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
narasimha1997/boson-lang | A programming language and ecosystem built on Rust to provide an interpreted, dynamically-typed platform for general-purpose hobby programming. | 122 |
skx/gobasic | A BASIC interpreter written in Golang. | 331 |
nanochess/bootbasic | An interpreter for a compact, low-level BASIC language | 350 |
bedatadriven/renjin | An interpreter for the R programming language, providing a modern alternative to GNU R. | 514 |
esp8266/basic | A basic programming language and interpreter for microcontrollers like the ESP8266 | 259 |
mwerezak/sphinx-lang | An interpreter for a dynamically typed language written in Rust, aiming to create a lightweight and expressive language runtime. | 290 |
jtalbot/riposte | A fast interpreter and JIT compiler for the R programming language | 90 |
razrfalcon/pico-args | An ultra simple CLI arguments parser | 582 |
mayuropensource/puffinbasic | An implementation of the BASIC programming language in Java | 34 |
jyh1/mmaclone | An interpreter of Wolfram Language implemented in Haskell to deepen understanding of the language and its ecosystem | 242 |