mujs
Interpreter
An embeddable JavaScript interpreter written in C
An embeddable Javascript interpreter in C.
818 stars
41 watching
100 forks
Language: C
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
covscript/covscript | An open-source interpreter for a cross-platform programming language designed to make programming easier | 227 |
esp8266/basic | A basic programming language and interpreter for microcontrollers like the ESP8266 | 259 |
jyh1/mmaclone | An interpreter of Wolfram Language implemented in Haskell to deepen understanding of the language and its ecosystem | 242 |
keyz/the-super-tiny-interpreter | An interpreter for a simplified JavaScript subset to demonstrate the concept of closures using super-easy-to-read code. | 172 |
cozis/noja | An experimental interpreter for a basic programming language designed as an educational reference | 90 |
justinmeza/lci | An interpreter for an esoteric programming language designed to be correct, portable, and precisely documented. | 786 |
skx/gobasic | A BASIC interpreter written in Golang. | 331 |
mist64/cbmbasic | An interpreter for a variant of Commodore BASIC 6502 | 452 |
clarkmcc/cel-rust | An interpreter for a lightweight expression language with C-like syntax | 386 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 37 |
sonoro1234/cimgui | An intermediate layer to enable use of Dear ImGui from languages interfacing with C. | 22 |
ser1zw/mil | An interpreter and VM implementation for a lightweight programming language with basic data types and control structures. | 2 |
paladin-t/my_basic | An embeddable BASIC interpreter with features such as prototype-based programming and functional programming | 512 |
codinguncut/jsbochs | An emulator of an old PC architecture in JavaScript | 39 |