|
2155bc0308
|
DEV: Add an integer parsing operation for string.
|
2019-11-24 09:57:11 -05:00 |
|
|
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 |
|
|
8d6635bfdf
|
FEATURE: split_on now splits on any string not just a single character.
|
2019-04-26 19:20:31 -05:00 |
|
|
352f932485
|
FEATURE: Add a chars attribute to the strings.ops module.
|
2019-04-26 19:20:31 -05:00 |
|
|
4afac26497
|
FEATURE: Ops module wrapper idioms for stdlib.
|
2019-04-15 22:18:46 -05:00 |
|
|
76e8510f15
|
FEATURE: Add len attribute and substr sub module for strings lib.
|
2019-04-12 21:13:24 -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 |
|
|
ec8c75f866
|
REFACTOR: Stdlib now uses the out expression syntax or modules.
|
2019-02-24 08:16:07 -06:00 |
|
|
87e5db7dbf
|
FEATURE: The beginnings of a standard library for strings.
|
2019-02-18 20:15:20 -06:00 |
|