about summary refs log tree commit diff stats
path: root/051scenario_test.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-211-1/+1
| | | | | | | | Not entirely happy with this. Maybe we'll find a better name. But at least it's an improvement. One part I *am* happy with is renaming string-replace to replace, string-append to append, etc. Overdue, now that we have static dispatch.
* 2466 - eliminate ':string' from scenariosKartik K. Agaram2015-11-211-1/+1
|
* 1990 - extra ingredient for 'trace' depthKartik K. Agaram2015-08-131-1/+1
| | | | Now we can make use of all the depths from 1 to 99.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-9/+9
| | | | First step to reducing typing burden. Next step: inferring types.
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-6/+6
| | | | ..now that we support non-integers.
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+70
I've tried to update the Readme, but there are at least a couple of issues.