Tagged Questions

3
votes
4answers
1k views

Generate C++ code for BNF grammar

I have looked at the following software tools: Ragel ANTLR BNF Converter Boost::Spirit Coco/R YACC ANTLR seems the most straight-forward, however its documentation is lacking. Ragel looks ...
0
votes
2answers
149 views

ANTLRWorks error compiling grammar: “syntax error: invalid char literal: INVALID”

I wrote a stub for a grammar (only matches comments so far), and it's giving me the error "syntax error: invalid char literal: <INVALID>". Moreover, i've tracked down the error to being in the ...
-1
votes
1answer
56 views

tilde accent marks alex

I'm building a compiler in Haskell. I have problems parsing characters with tilde accent marks. I'm using alex 2.3.3. I can't find a solution. Please help. Cheers, SM.