Age | Commit message (Collapse) | Author | Files | Lines |
|
This adds checks that future evaluator treats '' != undef.
(It already did this, but tests were missing).
|
|
A falsey value is not equal to false.
|
|
The evaluator made call to a fail function that just printed the
message without any details. This changes the behavior to use
the Pops::Issues system.
Many issues have been added. Some error messages were changed.
|
|
This commit contains the initial work on a new evaluator. It operates
on the output of the future parser.
|