buismaarten's Stars
munificent/craftinginterpreters
Repository for the book "Crafting Interpreters"
wren-lang/wren
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
rui314/8cc
A Small C Compiler
ponylang/ponyc
Pony is an open-source, actor-model, capabilities-secure, high performance programming language
marcobambini/gravity
Gravity Programming Language
codeplea/tinyexpr
tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
VKCOM/kphp
KPHP — a PHP compiler
ShivamSarodia/ShivyC
C compiler created in Python.
berry-lang/berry
A ultra-lightweight embedded scripting language optimized for microcontrollers.
ircmaxell/php-compiler
A compiler. For PHP
jserv/MazuCC
A minimalist C compiler with x86_64 code generation
davidcallanan/py-myopl-code
Interpreter for a BASIC-inspired language written in Python for my tutorial series on YouTube
neonxp/MathExecutor
Simple math expresions parser and calculator
tsoding/JelloVM
JVM in Python that can only run "Hello, World"
nette/tokenizer
[DISCONTINUED] Source code tokenizer
smuuf/primi
Primi language: A scripting language written in PHP.
kimwalisch/calculator
C++ operator precedence parser
chriskonnertz/string-calc
PHP calculator library for mathematical terms (expressions) passed as strings
dspinellis/tokenizer
Convert source code into numerical tokens
bamless/interpreter
A simple intepreter written in java.
eerimoq/textparser
A text parser.
quangIO/Lucix
A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)
marethyu/peep
A toy programming language, syntax based on C.
yjy0625/expression-solver
A C++ program that solves algebraic expressions.
TheFox/assembly
Assemble x86, i386, x86_64 instructions using PHP.
tharzen/php-interpreter
A PHP interpreter written by TypeScript
tushar-1728/PhP-Compiler
Mini-Compiler for PhP language written in C and Python.
ChACiooh/Binary-Tree-Calculator
Calculator which is made of binary tree.
echosalik/PHP-to-ASM-Compiler
This was a class presentation project for my university. Nothing fancy, just for helping out students doing Compiler Construction course. Feel free to use it, fork it, etc. Do mention my name!
Onion-Shen/A-Pascal-Interpreter