Skip to content

Commit

Permalink
Add "How to generate new_parser.rb"
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Oct 6, 2023
1 parent 6adc53d commit 92b2b2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ This also requires Lrama to be able to run with only default gems and bundled ge
1. Install Lrama
2. Run `make YACC=lrama`

## How to generate new_parser.rb

```shell
$ rake build:racc_parser
```

`new_parser.rb` is generated from `parser.y` by Racc.
Run the rake command when you update `parser.y` then commit changes of both files.

## Release flow

1. Update `Lrama::VERSION`
Expand Down

0 comments on commit 92b2b2e

Please sign in to comment.