stub docs
[gitmo/Eval-Closure.git] / lib / Eval / Closure.pm
2010-10-31 Jesse Luehrs stub docs
2010-10-21 Jesse Luehrs use consistent sorting, so memoization works properly
2010-10-21 Jesse Luehrs and, memoize making the compiler
2010-10-21 Jesse Luehrs only pass the keys into _make_compiler
2010-10-21 Jesse Luehrs start refactoring to potentially allow for memoization
2010-10-21 Jesse Luehrs eh, name isn't that useful
2010-10-20 Jesse Luehrs allow adding #line directives
2010-10-20 Jesse Luehrs heh, oops
2010-10-20 Jesse Luehrs if $code is undef, we have an actual error; don't overw...
2010-10-20 Jesse Luehrs move the validation of environment to the beginning
2010-10-20 Jesse Luehrs better error message
2010-10-20 Jesse Luehrs capture $@ immediately
2010-10-20 Jesse Luehrs die if the source doesn't return a subroutine reference
2010-10-20 Jesse Luehrs just export eval_closure by default
2010-10-20 Jesse Luehrs don't need this to be a do block anymore
2010-10-20 Jesse Luehrs add comment to clarify
2010-10-20 Jesse Luehrs initial implementation
2010-10-20 Jesse Luehrs initial commit