Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Diff Revision Log
2008/07/03 19:58:18 29034 29034 tene HTML | TEXT
[lolcode]
* Oops, left some debug statements in. Remove them.
2008/07/03 18:25:25 29028 29028 tene HTML | TEXT
[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 07:45:24 28887 28887 tene HTML | TEXT
[lolcode]
* First draft of adding proper block handling
* First draft of support for globals
2008/03/28 20:39:50 26604 26604 tene HTML | TEXT
Fix the last test failure.
Add tests for functions that have parameters.
2008/03/28 19:58:13 26601 26601 tene HTML | TEXT
Fix lolcode for functions that don't have parameters.
2008/03/19 00:56:36 26488 26488 infinoid HTML | TEXT
[t/codingstd] c_cuddled_else.t can apply to perl sources too (pdd07 isn't specific)
- rename c_cuddled_else.t to cuddled_else.t, it isn't just for C any more
- add perl language files to the list
- fix up all the failures (16 files)
- update MANIFEST with the renamed file to make t/distro/file_metadata.t happy
Copied from /trunk/t/codingstd/c_cuddled_else.t:26485
2008/03/05 03:38:48 26219 26219 tene HTML | TEXT
Actually let lolcode parse multiple arguments to function definitions.
There's a big problem here either with PGE or my understanding.
Add isdecl(1) to variable declarations that don't provide an inital value.
2008/02/22 13:54:43 25988 25988 tene HTML | TEXT
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/01/22 05:59:07 25125 25125 coke HTML | TEXT
[lolcode]

YARN parsing with basic escapes (RT #50052)

Courtesy sjansen++

2008/01/22 02:36:11 25117 25117 pmichaud HTML | TEXT
[lolcode]:
* Simplify the 'ifthen' action somewhat.
* Patch courtesy Stuart Jansen <sjansen at gurulabs.com>
2008/01/19 23:40:30 25008 25008 coke HTML | TEXT
[lolcode]

RT #49810: IT should be local, and functions should return IT.

Courtesy sjansen++

2008/01/19 23:28:32 25005 25005 coke HTML | TEXT
[lolcode]

RT # 49808 - ifthen should only evaluate first expression once

Courtesy sjansen++

2008/01/10 16:11:08 24727 24727 coke HTML | TEXT
[lolcode]

#49578 ifthen should set IT

Courtesy sjansen++

2008/01/10 16:04:12 24726 24726 coke HTML | TEXT
[lolcode]

#49580: negative integers (NUMBRs) and floats (NUMBARs)

Courtesy sjansen++

Note: this needs tests.

2008/01/10 15:55:06 24725 24725 coke HTML | TEXT
[lolcode]

#49620: [PATCH] empty declarations clobber values

Courtesy jhorwitz++

2008/01/07 20:14:44 24660 24660 coke HTML | TEXT
[lolcode]

Applying #49490: [PATCH] [lolcode] Fixed ifthen support.

sjansen++

2008/01/05 13:16:17 24559 24559 kjs HTML | TEXT
[lolcode] refactor TOP to re-use the block rule, making both grammar and actions cleaner.
2008/01/04 07:46:05 24527 24527 simon HTML | TEXT
Allow the use of the IT variable.
2008/01/04 00:43:09 24518 24518 jkeenan HTML | TEXT
Correcting copyright; it should have been 2008 only.
2008/01/03 22:55:35 24511 24511 simon And this completes the implementation of nullary functions. Next, parameters!