aforth
Forth interpreter
An embeddable interpreter for a stack-based programming language
Embeddable Forth interpreter written in Ada
23 stars
5 watching
3 forks
Language: Ada
last commit: about 9 years ago adaforthinterpreter
Related projects:
Repository | Description | Stars |
---|---|---|
remko/waforth | An interpreter and compiler for a Forth programming language implemented in WebAssembly | 500 |
stefano/wasm-forth | An implementation of the Forth programming language compiled to WebAssembly | 144 |
nornagon/jonesforth | A mirror of Richard WM Jones's excellent literate x86 assembly implementation of Forth | 1,017 |
erdwolf/prolog | An interpreter for a logic-based programming language written in Haskell. | 61 |
dwayne/elm-monkey-interpreter | An Elm implementation of a Monkey interpreter | 10 |
phreda4/r4 | A Forth-based language with simplified concepts and built-in support for debugging and profiling tools. | 128 |
heinrichapfelmus/hyper-haskell | An interactive graphical interpreter for the Haskell programming language | 361 |
samueltardieu/areadline | An interface to the readline library for use in Ada programming languages | 7 |
fabrik42/writing_an_interpreter_in_elixir | An Elixir implementation of an interpreter for the Monkey programming language | 138 |
esp8266/basic | A basic programming language and interpreter for microcontrollers like the ESP8266 | 259 |
phreda4/r3 | A virtual machine-based language inspired by Forth, designed to work with SDL2 libraries for game development and provides a basic IDE for editing and running code. | 55 |
paladin-t/my_basic | An embeddable BASIC interpreter with features such as prototype-based programming and functional programming | 512 |
oaubert/tales4as | An interpreter for a custom scripting language used in ActionScript programming | 2 |
rho-devel/rho | Refactoring the R language interpreter into an efficient VM using modern software engineering techniques. | 133 |
terenceng03/mueval | A Haskell interpreter designed to evaluate pure functions securely and efficiently in a sandboxed environment. | 76 |