Skip to content

Commit

Permalink
Merge pull request #108 from yui-knk/racc_log_file
Browse files Browse the repository at this point in the history
Ignore Racc output log file
  • Loading branch information
yui-knk authored Oct 8, 2023
2 parents 4df9bc8 + d44ec09 commit da0d153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/Gemfile.lock
/pkg/
coverage/
/parser.output
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ namespace "build" do

desc "build parser for debugging"
task :racc_verbose_parser do
`bundle exec racc parser.y -o lib/lrama/new_parser.rb -t -v`
`bundle exec racc parser.y -o lib/lrama/new_parser.rb -t --log-file=parser.output`
end
end

0 comments on commit da0d153

Please sign in to comment.