Commit Graph

11 Commits

Author SHA1 Message Date
Kartik K. Agaram
7a84094adb 3385 2016-09-17 10:28:25 -07:00
Kartik K. Agaram
08f4628e8b 3379
Can't use type abbreviations inside 'memory-should-contain'.
2016-09-17 00:31:55 -07:00
Kartik K. Agaram
ad8161f345 3015 - more symbolic names in tests
There's still a problem: if I ever want to use any of the special
scenario variables like 'screen', 'console', etc., then I can't use
'local-scope' in my scenario.
2016-05-26 16:46:38 -07:00
Kartik K. Agaram
be92feb761 2987 2016-05-20 12:49:31 -07:00
Kartik K. Agaram
882989243a 2971
Long-overdue reorganization to support general 'dilated' reagents up
front. This also allows me to move tests that are really about unrelated
layers out of layers dealing with parsing.
2016-05-17 18:25:26 -07:00
Kartik K. Agaram
3f7eed6c60 2467 - rename 'string' to 'text' everywhere
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.
2015-11-21 10:04:38 -08:00
Kartik K. Agaram
167d0ca0d6 2466 - eliminate ':string' from scenarios 2015-11-21 09:27:25 -08:00
Kartik K. Agaram
65b3db5d59 1990 - extra ingredient for 'trace' depth
Now we can make use of all the depths from 1 to 99.
2015-08-13 16:53:32 -07:00
Kartik K. Agaram
bc64369276 1868 - start using naked literals everywhere
First step to reducing typing burden. Next step: inferring types.
2015-07-28 14:33:22 -07:00
Kartik K. Agaram
5497090aa1 1363 - rename 'integer' to 'number'
..now that we support non-integers.
2015-05-13 10:03:26 -07:00
Kartik K. Agaram
b96af395b9 1276 - make C++ version the default
I've tried to update the Readme, but there are at least a couple of issues.
2015-05-05 21:17:24 -07:00