Releases: vberlier/tokenstream
Releases · vberlier/tokenstream
v1.5.0
Feature
- Make it possible to swap the underlying regex module (
b47995e
)
Fix
- Allow expect_eof() to succeed even if the "eof" token was already consumed (
7a8e799
)
- Update typing (
0ce06c7
)
v1.4.1
Fix
- Take into account repeating newlines before emitting dedent tokens (
109552c
)
v1.3.4
Fix
- Better mechanism for tracking alternative errors (
4e0c3f2
)
v1.3.3
Fix
- Keep track of alternative errors (
9bee458
)
v1.3.1
Fix
- Sort expected patterns in explanation (
c1c26cb
)