Jeremy Wall
|
6cb9ccd55c
|
FIX: bug in syntax or std/tuples.ucg.
|
2019-02-05 10:28:04 -06:00 |
|
|
b571ead599
|
DOCS: Add documentation on our stdlib.
* Adds schema.ucg to our reference site.
* Adds comments to the std libs themselves.
|
2019-02-04 20:29:04 -06:00 |
|
|
cccef4554d
|
REFACTOR: refactor unnecessary modules into functions.
|
2019-02-04 19:48:51 -06:00 |
|
|
3619153218
|
FEATURE: Syntax improvement for map filter and reduce.
closes #33
|
2019-01-31 16:33:12 -06:00 |
|
|
4d6fd87c3d
|
FEATURE: Allow expressions for functions in reduce/map/filter.
|
2019-01-30 20:35:28 -06:00 |
|
|
f1c7d76fdd
|
REFACTOR: The great renaming macro -> func.
|
2019-01-24 20:04:40 -06:00 |
|
|
1d6c850fd4
|
FEATURE: Dynamic Type checking with is.
Any expression for the type as long as the expression evaluates to a string.
|
2019-01-19 13:06:43 -06:00 |
|
|
890387b4cc
|
FEATURE: Macros are just an expression now.
This is a breaking change for the map, filter, and reduce expressions
but happily a forward compatible change for macros themselves.
|
2019-01-16 19:27:58 -06:00 |
|
|
b9b30a4bd1
|
FEATURE: Add a module for stripping NULL fields from a tuple.
|
2019-01-15 19:31:55 -06:00 |
|
|
116a2b716a
|
REFACTOR: Better name for the tuples field/value iterator.
|
2019-01-13 21:24:35 -06:00 |
|
|
d2a5a1619a
|
STDLIB: More stdlib additions.
* list reverse
* enumerate for tuples
|
2019-01-10 17:17:57 -06:00 |
|
|
db809fad97
|
STDLIB: Add some helper modules for tuples.
|
2019-01-10 17:17:57 -06:00 |
|