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

Flex Bison C++ Template/Example

Results 2 flex-bison-cpp-example issues
Sort by recently updated
recently updated
newest added

Trivial commit. - `%name-prefix` has deprecated in bison 3.0.4. let’s use `%define api.namespace`. - `%define "parser_class_name”` generates warning. it requires `{…}` values.

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.