|
6d5d4c79de
|
FEATURE: Declarative failures.
FIXES: #30
|
2019-01-19 11:39:37 -06:00 |
|
|
eaa3e84179
|
FIX: Treat is as a regular binary operator
do syntax checks post parse. Also to avoid collisions with
keywords require quoting the types.
|
2019-01-19 10:49:33 -06:00 |
|
|
25d84a771e
|
FEATURE: Add the is operator
This operator tests that something is of a certain base type.
|
2019-01-18 18:47:11 -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 |
|
|
54faeede5e
|
FEATURE: Imports as expressions.
This is a breaking change for the language. However it makes a number of things
easier. Like importing specific symbols from a file.
adds: #28
|
2019-01-13 14:10:43 -06:00 |
|