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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New stuff
We now have a MissingNode that is inserted when an expression is expected but not present
We now keep a stack of contexts around as we're parsing. If a token is found that is unexpected that would close out a parent context, we put the parser into "recovering" mode and insert missing nodes until we get back up to the parent node
We now expose CommentNode nodes in the parse result, along with handling __END__ and =begin..=end syntax
We now support multiple encodings, and parse encoding magic comments to determine the encoding
Much more documentation has been added
Parse symbols in SymbolNode and InterpolatedSymbolNode
There's now a pack parser baked into YARP
We now template out Java classes based on the serialization
We now parse regular expressions to get out locals generated from capture groups