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

remove `warning: deprecated directive` in bison 3.0.4

Open juhwangKim opened this issue 9 years ago • 0 comments

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.

juhwangKim avatar Oct 09 '16 07:10 juhwangKim