17 Commits

Author SHA1 Message Date
4b34296923 DOCS: Update the documentation with module out expressions.
issue #35
2019-02-21 19:57:57 -06:00
1322378975 DOCS: Update the docs with the new functional operator syntax. 2019-01-31 16:51:00 -06:00
4d6fd87c3d FEATURE: Allow expressions for functions in reduce/map/filter. 2019-01-30 20:35:28 -06:00
315fbabc3d DOCS: update the grammar and expression docs.
Adds the new form of format expressions using tuples.

Regarding Issue #23
2019-01-28 21:31:02 -06:00
44055c28e9 DOCS: Update docs with a bunch of fixes. 2019-01-24 20:07:19 -06:00
9b84444feb DOCS: Updated grammar and expression reference
`is` operator and the `fail` expression.
2019-01-19 11:47:39 -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
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