|
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 |
|
|
cacb345000
|
DOCS: Reflect the changes in import expressions.
Update the docs to remove the import statement and add the import
expression.
adds: #28
|
2019-01-13 14:11:20 -06:00 |
|
|
6f9ba2ac33
|
FEATURE: Add the range expression.
fixes: #24
|
2019-01-10 19:40:32 -06:00 |
|
|
a062332b0a
|
DOCS: Add reduce expressions to the grammar and reference.
|
2019-01-06 21:04:01 -06:00 |
|
|
d40f30dcf9
|
DOCS: Add the list and map expressions to our grammar.
|
2019-01-06 14:53:03 -06:00 |
|
|
1b744ab883
|
DOCS: keep all tokens together.
|
2019-01-06 14:45:36 -06:00 |
|
|
f219b320f2
|
DOCS: Fix some inaccuracies in the grammar.
|
2019-01-06 14:30:25 -06:00 |
|
|
a830047784
|
FEATURE: Add include as a string functionality.
Includes happy path tests for including a string.
fixes #15
|
2019-01-04 10:03:50 -06:00 |
|
|
5daf266366
|
DOCS: Add format expressions to the grammar;
|
2019-01-04 09:01:40 -06:00 |
|
|
59343d71d5
|
FEATURE: add a conatins operator
Adds the `in` operator that checks for fields in tuples and
elements in a list.
Fixes: #12
|
2019-01-03 11:42:11 -06:00 |
|
|
d13556b4cd
|
DOCS: Add a formal grammar to the documentation site.
|
2019-01-03 10:52:38 -06:00 |
|