Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Lrama 0.7.0 (2025-01-21)

## [EXPERIMENTAL] Support the generation of the IELR(1) parser described in this paper
### [EXPERIMENTAL] Support the generation of the IELR(1) parser described in this paper

Support the generation of the IELR(1) parser described in this paper.
https://www.sciencedirect.com/science/article/pii/S0167642309001191
Expand All @@ -15,12 +15,12 @@ If you use IELR(1) parser, you can write the following directive in your grammar

But, currently IELR(1) parser is experimental feature. If you find any bugs, please report it to us. Thank you.

## Support `-t` option as same as `--debug` option
### Support `-t` option as same as `--debug` option

Support to `-t` option as same as `--debug` option.
These options align with Bison behavior. So same as `--debug` option.

## Trace only explicit rules
### Trace only explicit rules

Support to trace only explicit rules.
If you use `--trace=rules` option, it shows include mid-rule actions. If you want to show only explicit rules, you can use `--trace=only-explicit-rules` option.
Expand Down
Loading