Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add

* Versions and Branches
* Release flow
  • Loading branch information
yui-knk committed May 20, 2023
1 parent 7c7d772 commit 8acb31a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,23 @@ Enter the formula:
=> 9
```

## Versions and Branches

### v0_4 (`lrama_0_4` branch)

This branch generates "parse.c" compatible with Bison 3.8.2 for ruby 3.0, 3.1, 3.2. The first version migrated to ruby is ["0.4.0"](https://github.com/ruby/ruby/pull/7798) therefore keep this branch for Bison compatible branch.

## Build Ruby

1. Install Lrama
2. Run `make YACC=lrama`

## Release flow

1. Update `Lrama::VERSION`
2. Release as a gem by `rake release`
3. Update Lrama in ruby/ruby by `cp -r exe lib ruby/tool/lrama`

## License

See LEGAL.md file.

0 comments on commit 8acb31a

Please sign in to comment.