hope
Language interpreter
A programming language interpreter preserved from the original 1970s implementation with fixes to make it compatible with modern systems.
Hope programming language interpreter
40 stars
7 watching
10 forks
Language: C
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
dictu-lang/dictu | An interpreted programming language with C-style syntax and support for multiple paradigms | 268 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 38 |
avivc/ribbonlang | An interpreted programming language with a minimalist syntax and support for classes, closures, and 2D graphics programming. | 11 |
mist64/cbmbasic | An interpreter for a variant of Commodore BASIC 6502 | 449 |
gioblu/biplan | An experimental programming language designed to fit within extremely limited memory constraints, aiming to simplify interpretation and analysis of code for low-resource environments. | 68 |
dwayne/elm-monkey-interpreter | An Elm implementation of a Monkey interpreter | 10 |
terenceng03/mueval | A Haskell interpreter designed to evaluate pure functions securely and efficiently in a sandboxed environment. | 77 |
jyh1/mmaclone | An interpreter of Wolfram Language implemented in Haskell to deepen understanding of the language and its ecosystem | 243 |
igorkulman/swiftpascalinterpreter | An interpreter for the Pascal programming language written in Swift | 284 |
cozis/noja | An experimental interpreter for a basic programming language designed as an educational reference | 90 |
haskell-hint/hint | An interpreter for a functional programming language, allowing developers to run and interact with compiled code at runtime. | 260 |
jeremyschlatter/chime | An interpreter for Bel programming language | 18 |
cjheath/treetop | A toolset for building interpreters of simple languages using parsing expression grammars and Ruby | 306 |
paladin-t/my_basic | An embeddable BASIC interpreter with features such as prototype-based programming and functional programming | 507 |
mwerezak/sphinx-lang | An interpreter for a dynamically typed language written in Rust, aiming to create a lightweight and expressive language runtime. | 290 |