summaryrefslogtreecommitdiffstats
path: root/lib/Eval
Commit message (Collapse)AuthorAgeFilesLines
* eh, name isn't that usefulJesse Luehrs2010-10-201-6/+5
|
* allow adding #line directivesJesse Luehrs2010-10-201-0/+9
|
* heh, oopsJesse Luehrs2010-10-201-1/+3
|
* if $code is undef, we have an actual error; don't overwrite thatJesse Luehrs2010-10-201-1/+1
|
* move the validation of environment to the beginningJesse Luehrs2010-10-201-4/+19
| | | | | we can't reliably throw errors from inside _clean_eval_closure, since we localize $@
* better error messageJesse Luehrs2010-10-201-1/+2
|
* capture $@ immediatelyJesse Luehrs2010-10-201-2/+3
|
* die if the source doesn't return a subroutine referenceJesse Luehrs2010-10-201-1/+7
|
* just export eval_closure by defaultJesse Luehrs2010-10-201-0/+1
|
* don't need this to be a do block anymoreJesse Luehrs2010-10-201-9/+7
|
* add comment to clarifyJesse Luehrs2010-10-201-0/+1
|
* initial implementationJesse Luehrs2010-10-201-0/+95
|
* initial commitJesse Luehrs2010-10-201-0/+0