We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992eb21 commit f465ef8Copy full SHA for f465ef8
CHANGELOG.md
@@ -6,6 +6,10 @@
6
- Lexers can now use `pub(crate)` visibility, and other visibilities supported
7
by Rust and the `syn` crate. Previously only `pub` was supported.
8
9
+- Eliminate redundant `backtrack` calls in generated code, improving code size
10
+ and runtime performance. Runtime performance improved 13% in a benchmark.
11
+ (#69)
12
+
13
# 2023/09/03: 0.15.0
14
15
- Lexer type declarations can now have outer attributes other than just
0 commit comments