|
a90df8a362
|
REFACTOR: Cleanup the syntax for the select expr
This makes it both easier to correctly write a select expression
as well as easier to parse and report syntax errors.
|
2019-11-02 11:01:47 -05:00 |
|
|
4afac26497
|
FEATURE: Ops module wrapper idioms for stdlib.
|
2019-04-15 22:18:46 -05:00 |
|
|
1b2aa4dfd1
|
REFACTOR: testing module cleanup.
Nesting was unnecessary and added 0 or negative value. So I removed
the nesting.
|
2019-04-09 20:43:42 -05:00 |
|
|
016e4a22db
|
FEATURE: Add the not operator.
|
2019-01-24 16:53:02 -06:00 |
|
|
207a08d112
|
FEATURE: Better rendering of Val's to text.
|
2019-01-13 22:25:26 -06:00 |
|
|
924dcb40ff
|
FEATURE: Allow people to override the descriptions
For equal and not_equal specifically.
|
2019-01-13 22:06:38 -06:00 |
|
|
0f7498884a
|
FEATURE: No longer require the dsl to output ok vs not ok.
|
2019-01-13 13:53:24 -06:00 |
|
|
d989e47706
|
FEATURE: Use a better DSL for unit tests.
* Assert now requires a tuple instead of a string containing
statements.
* We include a helpful ucg based unit testing module.
Fixes: #26
|
2019-01-10 17:17:57 -06:00 |
|