summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelogHEAD0.05masterJesse Luehrs2012-09-201-0/+2
|
* changelogJesse Luehrs2012-09-201-0/+2
|
* error if a parameter is declared after a slurpy parameterJesse Luehrs2012-09-202-3/+25
|
* don't compile named functions as anonJesse Luehrs2012-09-201-1/+4
|
* slurpy testsStevan Little2012-09-202-0/+37
|
* also failsStevan Little2012-09-201-0/+17
|
* failing testStevan Little2012-09-201-0/+19
|
* Revert "make function arguments readonly"Jesse Luehrs2012-09-203-87/+11
| | | | | | This reverts commit 35d85cfe78dd870384d3aef07a1e852267061097. Looks like we don't actually want this behavior.
* tests to make phaylon happyStevan Little2012-09-091-0/+9
|
* changelog0.04Jesse Luehrs2012-09-081-0/+2
|
* changelogJesse Luehrs2012-09-081-0/+2
|
* update docsJesse Luehrs2012-09-081-1/+2
|
* make function arguments readonlyJesse Luehrs2012-09-083-11/+87
|
* simplifyJesse Luehrs2012-09-071-9/+8
|
* test named recursionJesse Luehrs2012-08-221-0/+9
|
* grrr carp dotJesse Luehrs2012-08-201-2/+2
|
* changelog0.03Jesse Luehrs2012-08-201-0/+2
|
* changelogJesse Luehrs2012-08-201-0/+3
|
* named functions shouldn't leave a runtime call to Fun::funJesse Luehrs2012-08-201-0/+15
|
* skip this, since it's optionalJesse Luehrs2012-08-201-0/+1
|
* changelog0.02Jesse Luehrs2012-08-201-0/+2
|
* changelogJesse Luehrs2012-08-201-0/+1
|
* apparently AutoPrereqs doesn't check configure requiresJesse Luehrs2012-08-201-0/+2
|
* typoJesse Luehrs2012-08-201-1/+1
|
* forgot to include thisJesse Luehrs2012-08-202-1/+20
|
* changelog0.01Jesse Luehrs2012-08-191-0/+2
|
* allow "fun Foo::foo ..."Jesse Luehrs2012-08-192-2/+28
|
* apparently newATTRSUB takes care of thisJesse Luehrs2012-08-192-21/+0
|
* more testsJesse Luehrs2012-08-192-0/+60
|
* add docsJesse Luehrs2012-08-191-0/+28
|
* couple more testsJesse Luehrs2012-08-182-0/+6
|
* working implementation of parameter defaultsJesse Luehrs2012-08-182-5/+99
|
* make fun work at compile timeJesse Luehrs2012-08-183-17/+34
|
* support anonymous functionsJesse Luehrs2012-08-183-11/+35
|
* initial implementationJesse Luehrs2012-08-186-0/+378
|
* initial commitJesse Luehrs2012-08-184-0/+32