> On 3 May 2016, at 00:55, Cleverson Ledur <cleversonle...@gmail.com> wrote:
> Actually, I am doing a C++ parser and this presents a set of ambiguities (I > am using the standard C++ grammar 14). Do you indicate any technique for > solving these ambiguities in C++ grammar using Bison? I observed that most > ambiguities happen due to type_name parsing. It is possible to resolve that in LALR(1), cf. [1]. You might also inquiry in the Usenet newsgroup comp.compilers. 1. https://isocpp.org/wiki/faq/compiler-dependencies#yaccable-grammar _______________________________________________ help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison