Skip to content

Release 1.0.5

Compare
Choose a tag to compare
@Eliah-Lakhin Eliah-Lakhin released this 12 May 17:02
· 106 commits to master since this release
09b85e4
  • 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.