mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
31ebcb349e
Since we have introduced lrama, everyone can generate same `y.tab.c` on any platform, without installing Bison. That was the reason we have removed `y.tab.c` from the repository. But this change cause #6515 and bothered out-of-tree builds. So we (reluctantly) added `y.tab.c` again.