summary refs log tree commit diff stats
path: root/tests/method
Commit message (Collapse)AuthorAgeFilesLines
* implemented procCall builtinAraq2014-11-281-9/+12
|
* Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-021-0/+25
| | | | | | | | When method prototypes were involved (e.g. forward declarations for mutual recursion), calls were sometimes dispatched to the wrong method implementation. One of the reasons was that method dispatchers were then not always attached to method ASTs in the correct place.
* Added test case for recursive methods.Reimer Behrends2014-11-021-0/+22
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-2/+2
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-139-0/+218