You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, this will require some (begin) nodes to become (kwbegin)... they're not semantically equivalent. For example, if you make a rewriter which adds while foo after a (begin) node, i.e. ( ), the outcome will be different than with a (kwbegin), i.e. begin end.
It just came to my attention that parser currently does not handle loops with post-condition (https://github.com/whitequark/parser/blob/master/doc/AST_FORMAT.md#with-postcondition):
This must be handled before 2.0 release.
The text was updated successfully, but these errors were encountered: