summaryrefslogtreecommitdiff
path: root/spec/unit/pops/evaluator/basic_expressions_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2013-12-05(#22363) Add tests of Block, and Array/Hash +, -, and << operatorsHenrik Lindberg1-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 Lindberg1-0/+93
This commit contains the initial work on a new evaluator. It operates on the output of the future parser.