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

'lib/racc/parser-text.rb' depends on 'lib/racc/info.rb' #253

Closed yui-knk closed 10 months ago

yui-knk commented 10 months ago

In the rake task, require 'racc/info' is expanded to actual file contents. Then 'lib/racc/parser-text.rb' depends on 'lib/racc/info.rb'.