ruby / racc

Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
Other
535 stars 88 forks source link

Allow racc cmdline to read from stdin if no path specified. #259

Closed zenspider closed 6 months ago

zenspider commented 8 months ago

This requires the use of -o to specify where to write but should allow for piping to racc:

preprocess_cmd | racc -o lib/parser.rb
zenspider commented 8 months ago

This passes locally on ruby 3.3... I don't know what's going on in CI. Help?

hsbt commented 8 months ago

I'll look Ruby 3.3 and head fails.

zenspider commented 8 months ago

looks like master is red as of 3 ~days~ weeks ago

hsbt commented 7 months ago

@zenspider I fixed that with CI configuration. Ruby 3.3 shows that warning on bundled gems repo. I try to fix that for Ruby 3.3.1.