Sample Code for LITTLE
Here you can find sample code snippets for the LITTLE language.
More samples are included in the distribution demo subdirectory.
Simple Stuff
A Bit More Complex
-
The Sieve Of Erastothenes:
Sieve.ltl
-
A Garbage Collection Exerciser: fill, reverse, print and
throw away lists, with assertion checking for multiple release
of the same object
List.ltl
-
The dir command
dir.ltl
-
An interpreter for the infamous
Brainf***
language, written in LITTLE:
bf.ltl
-
A LITTLE-to-Native-Code sample:
LITTLE wrappers
for POSIX fork()
and exec()