I dont think that 1.4 is fully implemented until now.
A question, can i run LOLCODE 1.4 code? , or is it only up to 1.3 or 1.2 like in other compilers?
This update has a lot of bug fixes, for example, local and global variables are working correctly now, negative numbers are now (hopefully) correctly handled. And there is now a game named "Hammurabi", which i converted from BASIC to LoLCode. It's an economic simulation, you have to run a city for 10 years, plant grain, buy and sell land and such. Maybe the first useful program ever written in lolcode :) I found hammurabi, when i had a look at tinybasic, there are too some other (old) games, like...
Some minor bugfixes.
Today i submitted a new release which includes bugfixes, some new commands, an internal editor and an updated Programmers Guide and References.
I was so blind and hunting nasty bugs for days and weeks.... But now it works. After some more tests there will be a new release, hopefully soon :)
Fixed the IZ command, now it can be used as a break command for loops I HAS A T ITZ A NUMBR LOL T R 0 IM IN YR LOOP IZ T EQUAL THAN 5? KTHX UP T VISIBLE "T=" VISIBLE! T IM OUTTA YR LOOP
Fixed a few nasty bugs. Enhanced the "HAI" and "I HAS A" command. Some more work done to finally add the "NUMBERS (float)" and "TROOF (boolean)" variable types, but it's not done yet.
Today i released some files, including the lolcode itself, some examle programs and a Programmers Guide and Reference.
A first sample program which calculates fibonacci numbers. IIRC i found that source code on the original, no longer existing, website lolcode.com. ******************************************************** * * * fibonacci.lol Version 1 2013-03-01 * * * * Calculates the first 39 fibonacci numbers * * * * A = the actual number in the fibonacci line * * PREV = the previous number in the line * * PPREV = the number before the previous number * * * * Initial values: PPREV = 0 PREV = 1 * * * * So we can...
A first sample program which calculates fibonacci numbers. IIRC i found that source code on the original, no longer existing, website lolcode.com. ******************************************************** * * * fibonacci.lol Version 1 2013-03-01 * * * * Calculates the first 39 fibonacci numbers * * * * A = the actual number in the fibonacci line * * PREV = the previous number in the line * * PPREV = the number before the previous number * * * * Initial values: PPREV = 0 PREV = 1 * * * * So we can...
LoLCode.1337 will be an implementation of lolcode which will be a little bit different from other lolcode implementations (for example the latest 2.0 specification). Plans for LoLCode.1337 are to implement file handling, an internal database, internet access and in general provide a tool for easy program development for lolcode which is platform independent. Example: The debugger, with a good load of features like conditional breakpoints, monitoring variables etc.pp, which should make program development...