mujs
Interpreter
An embeddable JavaScript interpreter written in C
An embeddable Javascript interpreter in C.
812 stars
40 watching
98 forks
Language: C
last commit: 5 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 | 225 |
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 | 243 |
keyz/the-super-tiny-interpreter | An interpreter for a simplified JavaScript subset to demonstrate the concept of closures using super-easy-to-read code. | 171 |
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 called LOLCODE | 784 |
skx/gobasic | A BASIC interpreter written in Golang. | 330 |
mist64/cbmbasic | An interpreter for a variant of Commodore BASIC 6502 | 449 |
clarkmcc/cel-rust | An interpreter for a lightweight expression language with C-like syntax | 380 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 38 |
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 | 508 |
codinguncut/jsbochs | An emulator of an old PC architecture in JavaScript | 38 |