aboutsummaryrefslogtreecommitdiff
path: root/libraries/eval
Commit message (Collapse)AuthorAgeFilesLines
...
* friendly errorsNick Kallen2016-11-071-4/+2
|
* simplify this test.Robey Pointer2016-11-071-12/+2
|
* upgrade Eval.Robey Pointer2016-11-072-169/+170
|
* - add support for evaluating from streamsmarius a. eriksen2016-11-072-4/+28
| | | | - use test resources when testing, not paths relative to project root
* Add support for multiple file compilation.eaceaser2016-11-074-2/+12
|
* Append dir separator to eval path appropriatelyeaceaser2016-11-071-1/+1
|
* Make evaluator.apply synchronized to prevent any goofinesseaceaser2016-11-071-2/+3
|
* create a new message digest per evaleaceaser2016-11-071-2/+1
|
* make sure our bigint is positive!eaceaser2016-11-071-1/+1
|
* Place compiled files in their own temporary subdir and clear when jvmeaceaser2016-11-071-7/+12
| | | | closes.
* Add a unique-to-JVM id to the file to prevent colissions.eaceaser2016-11-071-8/+19
|
* Indent evaled code to the correct nesting.Marcel Molina2016-11-071-1/+1
|
* Only compile if file contents have changed.eaceaser2016-11-071-9/+18
|
* randomizing evaled class name to avoid conflictsJeremy Cloud2016-11-071-5/+7
|
* adds an absolute path to the beginning of each referenced jar for building a ↵Steve Jenson2016-11-071-3/+8
| | | | classpath to hand to the compiler.
* clean up whitespace and print some errors.Steve Jenson2016-11-071-13/+15
|
* Nested jars are added to load path when evaluating.Nick Kallen2016-11-071-7/+19
|
* precise languageNick Kallen2016-11-071-2/+2
|
* more documentationNick Kallen2016-11-071-0/+4
|
* Better documentationNick Kallen2016-11-071-2/+37
|
* introducing the evaluatorNick Kallen2016-11-073-0/+140