Audio (32) Datatype (2) Demo (12) Development (182) Cross (37) Debug (0) Edit (3) Example (4) Guitool (4) Ide (11) Install (1) Language (30) Library (66) Misc (7) Utility (17) Webtool (2) Document (17) Driver (16) Emulation (53) Game (202) Graphics (103) Library (4) Network (30) Office (5) Utility (136) Video (17)
Total files: 811
Full index file. Download Recent index file. Download
Hosted by aros-exec.org |
[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/
|