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
Token macro code generation simplified. This change removes scanner's inner code optimizations to resolve known bugs with negative Lexical rules in some edge cases, but reduces performance to 5-10% on various benchmark tests.
Fixed conflicts resolutions procedure of the capturing expressions in the Node macro.
Send+Sync traits implemented for Document. The Document was implemented as a Send+Sync from the beginning, but the trait markers were missed by mistake.