summaryrefslogtreecommitdiffstats
path: root/Fun.xs
Commit message (Expand)AuthorAgeFilesLines
* error if a parameter is declared after a slurpy parameterJesse Luehrs2012-09-201-3/+15
* don't compile named functions as anonJesse Luehrs2012-09-201-1/+4
* Revert "make function arguments readonly"Jesse Luehrs2012-09-201-50/+11
* make function arguments readonlyJesse Luehrs2012-09-081-11/+50
* simplifyJesse Luehrs2012-09-071-9/+8
* named functions shouldn't leave a runtime call to Fun::funJesse Luehrs2012-08-201-0/+15
* allow "fun Foo::foo ..."Jesse Luehrs2012-08-191-2/+12
* apparently newATTRSUB takes care of thisJesse Luehrs2012-08-191-13/+0
* working implementation of parameter defaultsJesse Luehrs2012-08-181-5/+64
* make fun work at compile timeJesse Luehrs2012-08-181-7/+26
* support anonymous functionsJesse Luehrs2012-08-181-8/+14
* initial implementationJesse Luehrs2012-08-181-0/+226