« earlier | later » Page 1 of 1
picol, a Tcl interpreter in 550 lines of C code edit / delete
As it says. Nothing fancy, but this is a nice example of a small language.
to cmp409 compiler interpreter parsing tcl ... on 06 January 2018
Cling | ROOT a Data analysis Framework edit / delete
"Cling is an interactive C++ interpreter, built on the top of LLVM and Clang libraries."
to c++ clang interpreter llvm ... on 06 December 2016
Algol 68 Genie - Algol 68 Compiler, Interpreter and Revised Report edit / delete
A modern implementation of Algol 68, and lots of documentation for it including the classic books.
to algol compiler etext interpreter software ... on 05 March 2015
A little self-hosting C subset interpreter. Very neat! Compare this with Diomidis Spinellis' little self-hosting C bytecode compiler in the IOCCC a while back...
to c compiler cute-code interpreter ... on 18 January 2015
Oleg Mazonka - Languages edit / delete
If you've ever needed a *really fast* runtime system for BF...
to bf interpreter jit runtime ... on 05 January 2015
skulpt/skulpt · GitHub edit / delete
"Skulpt is a Javascript implementation of Python 2.x."
to interpreter javascript python ... on 01 July 2014
« earlier | later » Page 1 of 1
- interpreter | |
1 | + algol |
1 | + bf |
1 | + c |
1 | + c++ |
1 | + clang |
1 | + cmp409 |
3 | + compiler |
1 | + cute-code |
1 | + etext |
1 | + javascript |
1 | + jit |
1 | + llvm |
1 | + parsing |
1 | + python |
1 | + runtime |
1 | + software |
1 | + tcl |
tasty by Adam Sampson.