Skip to content

Commit 2baefb7

Browse files
committed
chore: update readme and changelog
1 parent 9940bd0 commit 2baefb7

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- update lexer type definitions in examples for consistency
15-
- change the API of tokens
16-
- first lexer+parser example
17-
- type pattern and literal in parser syntax
18-
- enhance parser and lexer with literal parsing capabilities
19-
- refactor lexer and parser interfaces for improved type handling
20-
- basic lexer support
21-
- lexer example (developing...)
22-
- lexer basis
23-
- lexer syntax
24-
25-
### Other
26-
27-
- update tests
28-
- add documentation
14+
- lexer generator
2915

3016
## [0.2.0](https://github.com/Wybxc/parse-it/compare/parse-it-v0.1.0...parse-it-v0.2.0) - 2025-07-14
3117

3218
### Added
3319

34-
- [**breaking**] remove logos feature
3520
- add debug support to parsing context and configuration
36-
- add Logos lexer support
37-
38-
### Fixed
39-
40-
- calc_logos example
41-
42-
### Other
43-
44-
- enhance stdin handling in Brainfuck example
45-
- use in-line format (suggested by clippy)
46-
- unify parsing method names and update documentation
47-
- simplify span handling in ParserState
48-
- refactor imports for consistency and readability
49-
- update parser and lexer to use mutable state references
5021

5122
## [0.1.0](https://github.com/Wybxc/parse-it/releases/tag/parse-it-v0.1.0) - 2025-02-18
5223

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn main() {
5252
## Planned features
5353

5454
- [x] Parser generation
55-
- [ ] Lexer generation
55+
- [x] Lexer generation
5656
- [ ] Error reporting
5757
- [ ] Error recovery
5858
- [ ] Grammar lints

0 commit comments

Comments
 (0)