summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-181-3/+6
| | | | | | | | | Fixed deepToString to put spaces after commas (like regular Array toString, and List, etc.). Fixed all the test cases depending on this. Fixed the interpreter to keep my mind from wandering.
* Reverting fix/test for #1404.Geoffrey Washburn2008-10-181-2/+5
| | | | | Added test for array pretty-printing.
* Fix for #547 and #1404.Geoffrey Washburn2008-10-081-0/+6
|
* More deprecation warnings fixed.Iulian Dragos2008-05-191-3/+3
|
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-181-0/+8
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.
* Added tests for #323.Geoffrey Washburn2008-02-041-0/+3
|
* added a test for multi-line stringsLex Spoon2007-10-021-2/+14
|
* Removed the explicit force on slice.Sean McDirmid2007-08-291-2/+2
|
* * colltest - changed to jcl.LinkedHashSetSean McDirmid2007-08-291-1/+1
| | | | | * interpreter - Added explicit force in array slice call (implicit in Predefs should handle this, but it doesn't seem like it works here)
* (no commit message)Lex Spoon2007-07-131-0/+12
|
* Skip the first line of output, because now it i...Lex Spoon2007-06-191-2/+31
| | | | | Skip the first line of output, because now it includes a version number
* The parser no longer signals "incomplete input"...Lex Spoon2007-06-031-0/+7
| | | | | | The parser no longer signals "incomplete input" in cases where the input already has an outright syntax error.
* added a new line at the end, so that hopefully ...Lex Spoon2007-04-191-0/+1
| | | | | | added a new line at the end, so that hopefully the test is more robust on different machines
* (no commit message)Lex Spoon2007-04-191-0/+86