BIPLAN
Memory-constrained interpreter
An experimental programming language designed to fit within extremely limited memory constraints, aiming to simplify interpretation and analysis of code for low-resource environments.
Byte coded Interpreted Programming language
68 stars
6 watching
6 forks
Language: C
last commit: 5 months ago
Linked from 1 awesome list
arduinocompileresolangesoteric-languageinterpreterlinuxprogramming-language
Related projects:
Repository | Description | Stars |
---|---|---|
svenssonjoel/lispbm | An interpreter for a concurrent, functional programming language with message-passing and pattern-matching capabilities. | 90 |
dmbaturin/hope | A programming language interpreter preserved from the original 1970s implementation with fixes to make it compatible with modern systems. | 40 |
avivc/ribbonlang | An interpreted programming language with a minimalist syntax and support for classes, closures, and 2D graphics programming. | 11 |
yiransheng/basic_rs | An implementation of the original Dartmouth BASIC language in Rust, with both interpreter and compiler capabilities. | 38 |
dictu-lang/dictu | An interpreted programming language with C-style syntax and support for multiple paradigms | 268 |
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. | 329 |
mist64/cbmbasic | An interpreter for a variant of Commodore BASIC 6502 | 449 |
niyarin/bel-sml | An implementation of Paul Graham's Bel language in Standard ML | 9 |
felixangell/mac | An educational virtual machine implementation in C for teaching bytecode interpretation concepts. | 731 |
zaba505/sand | A package for creating interpreters using a concurrent model with UI and Engine components. | 27 |
bollu/tiny-optimising-compiler | A compiler that translates an imperative programming language into machine code | 158 |
rui314/minilisp | A minimalistic Lisp interpreter in C | 1,479 |
richpl/pybasic | An interactive BASIC interpreter written in Python | 172 |
lspector/clojush | An implementation of a Push programming language and genetic programming system in Clojure. | 331 |