Skip to content

Commit

Permalink
Merge pull request #115 from yui-knk/how_to_test
Browse files Browse the repository at this point in the history
Add how to test
  • Loading branch information
yui-knk committed Oct 13, 2023
2 parents 4c715a8 + fa876fb commit c62dc37
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,23 @@ $ 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.

### Test

Running tests:

```shell
$ bundle install
$ bundle exec rspec
```

Running type check:

```shell
$ bundle install
$ bundle exec rbs collection install
$ bundle exec steep check
```

### Profiling Lrama

#### 1. Create parse.tmp.y in ruby/ruby
Expand Down

0 comments on commit c62dc37

Please sign in to comment.