Language Implementations Implemented Automata
catseye.tcChrysoberylLanguagesforksTuring-completeAubergine/aubergine.hssf2tab distributionUnderload
Language Implementations

This is a list of languages that Cat's Eye Technologies has built an implementation for
but which were not designed by Cat's Eye Technologies. For those, see Languages.
Note that Cat's Eye Technologies also maintains some forks of some language projects.
PL-GOTO.NET
- implementation of: PL-GOTO
- implementation type: compiler
- host language: Haskell
- target language: MSIL
- inception date: May 2011
- in distribution: PL-GOTO.NET distribution
PL-GOTO.NET is a compiler for the language PL-GOTO
from Brainerd and Landweber's Theory of Computation.
PL-GOTO can express exactly the
primitive recursive functions, and thus PL-GOTO programs
always terminate. PL-GOTO.NET generates MSIL code which
can then (using ilasm) be turned into a .NET
executable. It can also execute PL-GOTO programs
directly.
I've been idly fascinated by the primitive recursive example programming language
PL-GOTO from Brainerd and Landweber's Theory of Computation for some time.
And for some reason I will never be able to explain, I had the craving to implement a compiler
which could produce .NET executables by generating MSIL assembly language. And putting
those two together — well, that struck me as a respectably absurd match, so that's what I did.
The compiler is written in Haskell and uses Parsec for parsing PL-GOTO programs; I tried
to keep the grammar true to what is presented in the book, not refactoring it to be LL(1), and
keeping the ← symbol for assignment.
aubergine.hs
- implementation of: Aubergine
- implementation type: interpreter
- host language: Haskell
- inception date: Oct 18, 2012
I implemented Aubergine because the reference interpreter is buggy and
I wanted a version that actually implemented the unbounded integers that
the language description suggests. After implementing it, I was familiar
enough with it to write a sketch of a proof of its Turing-completeness.
Here it is: Aubergine/aubergine.hs.
muriel.pl
- implementation of: Muriel
- implementation type: interpreter
- host language: Perl
- inception date: Mar 23, 2001
- in distribution: Muriel distribution
This is an interpeter, written in Perl, for Matthew Westcott's
quine-based language Muriel. It was probably
the first full implementation of that language.
pibfi
- implementation of: brainfuck
- implementation type: interpreter
- host language: Erlang
- inception date: May 5, 2003
- in distribution: pibfi distribution
In contrast to all the ultra-minimal Brainfuck interpreters and
compilers out there, I figured I should write a monster: the Platonic Ideal BrainFuck Interpreter.
Written in Erlang, it contains just about every feature under the sun, including the kitchen sink.
I sort of lost interest when I was adding profiling and discovered there were several different
extant reckonings of a "number of instructions executed" metric for Brainfuck. I guess it was that
point that made me recognize just how silly this project was...
sf2tab
- implementation of: Smallfuck
- implementation type: compiler
- host language: ANSI C
- target language: lookup table
- inception date: Jun 23, 2005
- in distribution: The Dipple
Based on the observation that Smallfuck, lacking the (assumed-)infinite tape of Brainfuck,
can only express finite-state automata, I wrote a little program in C to compile Smallfuck programs to
(generally gigantic) lookup-tables.
There is also an old sf2tab distribution.
stringie
- implementation of: Underload
- implementation type: interpreter
- host language: ANSI C
- inception date: Sep 2010
- in distribution: stringie distribution
Seeing that there was no non-pathological implementation of Alex Smith's
beautiful Underload language in C, I undertook that project one evening.
(In the company of a bottle of really fine wine. Why, it cost almost twelve dollars.)
The result is one of the most pedantic and boring Underload interpreters known to
man. Perhaps the most interesting property of it is its name, stringie, which was
an accident.
tc.catseye.yoob.ale
Try it online
- implementation of: Ale
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.backflip
Try it online
- implementation of: BackFlip
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.black
Try it online
- implementation of: Black
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.brainfuck
Try it online
- implementation of: brainfuck
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.lnusp
Try it online
- implementation of: LNUSP
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.onela
Try it online
- implementation of: 1L_a
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.onelaoi
Try it online
- implementation of: 1L_AOI
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.path
Try it online
- implementation of: PATH
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.qdeql
Try it online
- implementation of: Qdeql
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: Jun 27, 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.sceql
Try it online
- implementation of: Sceql
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: Jun 27, 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.snusp
Try it online
- implementation of: SNUSP
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.twoill
Try it online
- implementation of: 2-ill
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
tc.catseye.yoob.twol
Try it online
- implementation of: 2L
- implementation type: interpreter
- host platform: yoob
- host language: Java
- inception date: May 2011
- in distribution: yoob distribution
- online @ catseye.tc
Implemented as part of yoob.
thue.rb
- implementation of: Thue
- implementation type: interpreter
- host language: Ruby
- inception date: Sep 10, 2012
- in distribution: Thue distribution
Since I've been maintaining a distribution of this language for a while, and
not otherwise involved with it, I decided I should finally implement it.
After knocking my head against the spec and reference implementation
for a few hours (over the course of months, or has it been years?), I finally
did implement it.
valgol.erl
- implementation of: VALGOL
- implementation type: parser
- host language: Erlang
- inception date: Oct 11, 2002
- in distribution: The Dipple
A parser, in Erlang, for the Lesser-Known Language VALGOL.
It, like, totally demonstrates how a parser can be written so
that a separate scanner is totally not needed. Bitchen!
Implemented Automata
We don't have a dedicated page for implemented automata yet, so they are here.
life.alp
- implementation of: Conway's Game of Life
- implementation type: interpreter
- host language: ALPACA
- inception date: 1998
- in distribution: ALPACA distribution
Conway's Game of Life, in ALPACA.
wireworld.alp
- implementation of: Wireworld
- implementation type: interpreter
- host language: ALPACA
- inception date: 1998
- in distribution: ALPACA distribution
Wireworld, in ALPACA.