Show last: 20 , 50 , 100 , All

Date File Revision Author Revision Log
2008/07/03 18:25:25 29028 29028 tene [lolcode]
* Store params in $?BLOCK symtable.
* Store subs in $?BLOCK symtable.
* Start building a parse tree for expressions at compile time.
* Minor PCT typo fix.
2008/07/01 20:08:15 28914 28914 tene [lolcode]
* Undef, not zero.
2008/07/01 19:58:16 28912 28912 tene [lolcode]
Initialize tokens that can't be found to 0.
2008/05/28 14:44:03 27878 27878 Whiteknight [languages] updating all languages except Tcl and Perl6 to use ".namespace []" as per rt#48549. all tests that were passing are still passing.
2008/03/18 21:46:25 26485 26485 infinoid [t/codingstd] check for trailing whitespace in .pir files
- fix up 219 .pir files which had trailing whitespace.
- fix up ordinal-encoded trailing whitespace in examples/pir/quine_ord.pir (fun)
- fix up the expected output of examples/streams/ParrotIO.pir
(its formatting is sensitive to whitespace changes)
2008/02/26 21:52:42 26080 26080 bernhard [lolcode]
Make PIR coda codingstd happy.
2008/02/26 21:48:01 26079 26079 bernhard Set svn properties for new file.
2008/02/26 21:35:26 26078 26078 tene Oops. Forgot to add builtins/math.pir for lolcode.
kj++
2008/02/22 14:15:33 25989 25989 coke [codingstd]

Minor updates for new files in distro.

2008/02/22 13:54:43 25988 25988 tene Lots of fixes for lolcode.
Properly handle dispatching arguments to functions at runtime.
Allow definition of functions with parameters.
Miscellenous cleanups.
Add math functions.
2008/02/18 00:16:21 25819 25819 coke [codingstd]

Update nearly every PIR file in the repository to have the new PIR coda.

Avoids the PIR files that have tests that cruelly depend on their contents.

Only 3 files fail t/codingstd/pir_code_coda.t now.

2008/01/15 18:38:06 24883 24883 bernhard #49788: [PATCH] Bypass Subversion bug 2640
Courtesy of Michal Jurosz
2008/01/04 08:06:05 24528 24528 chromatic [codingstd] Fixed SVN properties and copyright dates on recently-added files.
2008/01/03 22:55:35 24511 24511 simon And this completes the implementation of nullary functions. Next, parameters!
2008/01/03 05:55:38 24468 24468 simon Make "VISIBLE foobar !" work, in accordance with http://lolcode.com/specs/1.2
2008/01/03 04:43:35 24466 24466 coke [lolcode]

Add a stub for lolcode.

Partial implementation of: VISIBLE, BTW, OBTW/TLDR

pmichaud++ for his language shell creation script and p6 syntax help.