flex-bison-cpp-example icon indicating copy to clipboard operation
flex-bison-cpp-example copied to clipboard

fix yyloc in recent bison versions

Open exaexa opened this issue 9 years ago • 3 comments

Simple fix that makes it work with recent versions of bison which (after regenerating the shipped parser.cc file, ofcourse) somehow don't expose the old 'yyloc' anymore.

exaexa avatar Nov 11 '14 22:11 exaexa

Anyway, thanks for this project. It's a lifesaver in situations when you think that decent c++ parser doesn't take much time to write.

exaexa avatar Nov 11 '14 22:11 exaexa

+1 for this fix. For someone new to this, this saved me tons of research time!

tvand7093 avatar May 02 '16 04:05 tvand7093

+1 Thanks 😄 @exaexa

juhwangKim avatar Oct 09 '16 06:10 juhwangKim