Frontpage Projects Game Development Posts

Tiger

The Tiger Programming Language is a toy language originating from the Modern Compiler Implementation in ML/C/Java series of books, which I encountered during my university studies.

I've written several Tiger programs, mainly for fun, but they also served as useful compiler tests:

Project Description
Tigersay Implementation of the classic Perl program Cowsay.
Tiger Scheme A bare-bones Scheme implementation.
Tiger Bot A simple Internet Relay Chat bot.
Tiger Regex Sampling Weird program for generating strings that satisfy some Regex.