Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-05 | (#22363) Add tests of Block, and Array/Hash +, -, and << operators | Henrik Lindberg | 1 | -0/+10 | |
This also fixes an issue with interpretation of conversion of array to hash using two different forms [k,v,k,v] vs. [[k,v], [k,v]] - both are now supported. | |||||
2013-12-05 | (#22363) Add "future evaluator" | Henrik Lindberg | 1 | -0/+93 | |
This commit contains the initial work on a new evaluator. It operates on the output of the future parser. |