8 Commits

Author SHA1 Message Date
38d5721619 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-09 17:35:59 -06: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