logoalt Hacker News

eqvinoxtoday at 12:25 PM1 replyview on HN

> Flex or Bison generated code is also hard to maintain plus it complicates builds.

This is, in all honesty, a solved problem in any reasonable build system. (And I have little patience left for people making life hard for themselves through their own choices.)


Replies

jjicetoday at 1:04 PM

It's been about five years since I've used Flex and Bison, but if I recall I just didn't check in the generated files and had a Makefile that built everything all together.

If I'm not misremembering that case then, it sounds like this should've never been an issue (well, as long as this is after basic version control and make). Curious if I'm missing something.