Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-18 | (PUP-1807) Change empty string to be "truthy" | Henrik Lindberg | 1 | -2/+2 | |
An empty string is now interpreted as a "true" value. It used to represent a false value. This representation is only in the future evaluator. Values are still transformed when calling the 3x function API (it expect undef to be encoded as empty string). This also takes place when transforming to the 3x catalog. | |||||
2013-12-05 | (#22363) Add "future evaluator" | Henrik Lindberg | 1 | -0/+90 | |
This commit contains the initial work on a new evaluator. It operates on the output of the future parser. |