Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Lolcode | Description: | LOLCODE interpreter written in C | Download: | lolcode.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 978kb | Version: | 0.9.2 | Date: | 16 Mar 2011 | Author: | Justin J. Meza | Submitter: | Samir Hawamdeh | Homepage: | http://lolcode.com/ | Requirements: | AmigaOS 4.x | Category: | development/language | Replaces: | development/language/lolcode.lha | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 6281 | | | Comments: | 1 | Snapshots: | 0 | Videos: | 0 | Downloads: | 183 (Current version) | | 199 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
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/ or the author website at
http://justinmeza.com/
Thanks goes to tzimisce for the initial AROS port and to Trev and other OS4 devs
for their feedback and help.
|