-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
parse grounded operation is badly implemented #655
Comments
Okay, so after removing
In my opinion, it is related to #654 Though maybe I'm wrong. Replacing
|
Another question is - what kind of unittests should I add to test_stdlib? |
Obviously, this test expects the result of parsing to be wrapped into |
Yes, my bad. It is done. |
Complete by #658 |
The code is
Apparently, the result of
parse
should not be wrapped intoValueAtom
. Also, instead of a default tokenizer, the actual tokenizer from the runner might be more preferable. It would also be nice to add unit tests in test_stdlib.pyThe text was updated successfully, but these errors were encountered: