interpreters
There are 218 repositories under interpreters topic.
DeathKing/Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
jcubic/jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
dbohdan/embedded-scripting-languages
A list of embedded scripting languages
egranata/aria
The Aria Programming Language
tdp2110/crafting-interpreters-rs
Crafting Interpreters in Rust
brendanzab/language-garden
A garden of small programming language implementations 🪴
veyselusta/programming-language-research
Research on theory of programming languages λ, compilers, interpreters, functional programming, formal methods, logic etc.
lfkdsk/SICP-Magical-Book
Magical Book The book uses dialects Scheme in the programming language Lisp to explain the core concepts of computer science, including abstraction, recursion, interpreters, and metalinguistic abstraction. Specific and micro-macroscopical to microcosmic to give a clear outline and context.
chrisdone-archive/duet
A tiny language, a subset of Haskell aimed at aiding teachers teach Haskell
k1ngmang/Lazurite
simple functional programming language
Strumenta/kolasu
Kotlin Language Support – AST Library
cjneidhart/lua-in-rust
The Lua programming language, implemented in Rust.
milnet92/MXTXppInterpreter
Write, execute and debug X++ code directly in your browser.
lorenzoongithub/sequential
An environment to visualize JavaScript code execution in a browser
BaseMax/AwesomeInterpreter
The Big list of the github, open-source interpreters.
kreativekorp/openxion
OpenXION - Reference Implementation of the XION Scripting Language
Kraks/sai
Staged Abstract Interpreters
gosh-lang/gosh
Gosh is an interpreted language for Go ecosystem written in Go
haifenghuang/magpie-language-design
语言设计教程(献给想学语言设计的朋友)
bradford-hamilton/monkey-lang
Currently extending the Monkey programming language designed in the books "Writing An Interpreter In Go" and "Writing a Compiler in Go"
maurymarkowitz/RetroBASIC
BASIC interpreter in lex/yacc/c, designed to run practically any early program no matter the dialect - HP, DEC, Dartmouth and others will all run in RetroBASIC.
JoeStrout/minibasic
BASIC interpreter for Mini Micro
bytexenon/The-Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever
lillo/compiler-course-unipi
Lab of the course Languages, Compilers and Interpreters (Cod. 653AA) @ UNIPI
ergawy/types-and-programming-languages
C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..
vmmc2/Bleach
The implementation of my undergraduate thesis: "Bleach: A programming language aimed for teaching Compilers."
rafael-santiago/hefesto
A multi platform build system.
buffermet/sewers
Modular rootkit framework.
vgsantoniazzi/tiny-lang
tiny-lang — A different programming language. Supports a bunch of spoken languages.
cwbriones/rlox
A rust interpreter for the Lox language
neighbour-hoods/social_sensemaker
integration of `rep_lang` and Holochain
chrisdone-archive/prana
Interpreter for GHC Haskell
geralang/geralc
The initial (legacy) compiler for the Gera programming language.
neighbour-hoods/rep_lang
a language for Cultural Articulation
benbusby/y2k
A 0-byte code golfing language encoded in file timestamps
Halbmond/Structure-and-Interpretation-of-Computer-Programs
Shortest Racket Code Collection