Releases: vberlier/tokenstream
Releases · vberlier/tokenstream
v1.3.0
Feature
- Make it possible to copy the stream (
5a4a41c
)
v1.2.7
Fix
- Get() method was returning a list instead of a single token (
accf784
)
v1.2.6
Fix
- Prevent duplicating expected patterns (
10cec04
)
v1.2.5
Fix
- Simplify expected_patterns merging (
ad10e50
)
v1.2.4
Fix
- Properly prioritize errors that occur later in the stream (
a665924
)
v1.2.3
Fix
- Set invalid syntax location for unexpected token (
4231809
)
v1.2.2
Fix
- Handle windows line endings (
068144d
)
v1.2.1
Fix
- With_horizontal_offset doesn't modify unkown location anymore (
e17f897
)
v1.2.0
Feature
- Make it possible to know if a checkpoint was rolled back (
0765e96
)
v1.1.0
Feature
Fix
- Do not register the first alternative exception twice (
1bb7102
)