Audio (92) Datatype (15) Demo (41) Development (239) Document (55) Driver (18) Emulation (59) Game (503) Graphics (207) Library (22) Network (57) Office (20) Utility (244) Video (18)
Total files: 1590
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] About
lci is a LOLCODE interpreter written in C and is designed to be correct,
portable, fast, and precisely documented.
* correct: Every effort has been made to test lci's conformance to the
LOLCODE language specification. Unit tests come packaged with the lci source
code.
* portable: lci follows the widely ported ANSI C specification allowing it
to compile on a broad range of systems.
* fast: Much effort has gone into producing simple and efficient code
whenever possible to the extent that the above points are not compromized.
* precisely documented: lci uses Doxygen to generate literate code
documentation, browsable here.
For more info, see http://lolcode.com/
This version is compiled for amiga-m68k-aros
|