summaryrefslogtreecommitdiffstats
path: root/Fun.xs
Commit message (Collapse)AuthorAgeFilesLines
* 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