|
f868d02b08
|
Add NULL as a syntax for null values.
|
2024-11-21 13:00:53 -05:00 |
|
|
92a593b80f
|
Support reductions for comparison operators like == and <
|
2024-11-02 22:34:35 -04:00 |
|
|
0b7a0dd043
|
Change reducers to use (OP: ...) syntax and return an optional value
|
2024-11-02 20:22:19 -04:00 |
|
|
34d98f067e
|
For big or arbitrarily big integers not known to be constant, do full
Int$plus(a,b) logic so it's definitely correct and doesn't error.
|
2024-09-05 12:41:13 -04:00 |
|
|
d801681026
|
Add early outs for (or) and (and) reducers
|
2024-09-05 11:51:07 -04:00 |
|
|
3c0a8f0b89
|
Syntax tweak: use ':' for blocks
|
2024-04-28 14:58:55 -04:00 |
|
|
6c01eef851
|
Introducing the main() function
|
2024-04-12 13:09:31 -04:00 |
|
|
6583221c0b
|
More tests
|
2024-03-07 12:18:01 -05:00 |
|