Releases: vberlier/tokenstream
Releases · vberlier/tokenstream
v0.7.1
Fix
- Make it possible to emit errors from tokens (
b97ab2d
)
v0.7.0
Feature
- Add stream.alternative(bool) (
3adef70
)
v0.6.2
Fix
- Don't capture newlines in whitespace tokens (
d17783e
)
v0.6.1
Fix
- Handle pattern explanation with no pattern (
1de098b
)
v0.5.0
Feature
- Add alternative method and choose method (
0794172
)
Fix
- Swallow syntax errors when checkpoint is not committed yet (
54e77ef
)
- Don't raise UnexpectedEOF if peek_until without patterns (
bcee95a
)
v0.4.0
Feature
Fix
- Take into account indentation_skip (
cbfe3e3
)
v0.3.0
Feature
Fix
- Accurate end_colno when the token contains newlines (
3cdb432
)
- Collect with no patterns properly defers to the main iterator (
3c6000a
)
Documentation
v0.2.0
Feature
Fix
Documentation