38 lines
661 B
Markdown
38 lines
661 B
Markdown
## v1.4.0
|
|
|
|
### New Features
|
|
|
|
- Allow user to specify AST node name prefix or suffix
|
|
|
|
## v1.3.0
|
|
|
|
### New Features
|
|
|
|
- Add AST generation (#22)
|
|
|
|
## v1.2.0
|
|
|
|
### New Features
|
|
|
|
- Allow one line user code blocks (#21)
|
|
- Add backslash escape codes (#19)
|
|
- Add API to access unexpected token found (#18)
|
|
- Add token_names API (#17)
|
|
- Add D example to user guide for p_context_init() (#16)
|
|
- Allow user termination from lexer code blocks (#15)
|
|
|
|
### Fixes
|
|
|
|
- Fix generator hang when state transition cycle is present (#20)
|
|
|
|
## v1.1.0
|
|
|
|
### New Features
|
|
|
|
- Add user parser terminations (#13)
|
|
- Document generated parser API in user guide (#14)
|
|
|
|
## v1.0.0
|
|
|
|
- Initial release
|