Skip to content

Commit

Permalink
Merge pull request #166 from yui-knk/fix_rake_task_name
Browse files Browse the repository at this point in the history
Fix rake task name to generate parser.rb
  • Loading branch information
yui-knk authored Oct 29, 2023
2 parents c2223f1 + 024bc7e commit 69be517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This also requires Lrama to be able to run with only default gems because BASERU
### How to generate parser.rb

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

`parser.rb` is generated from `parser.y` by Racc.
Expand Down

0 comments on commit 69be517

Please sign in to comment.