[antlr-interest] TinyC

Martin Probst mail at martin-probst.com
Wed Oct 5 05:49:00 PDT 2005


Hi,

> Program received signal SIGSEGV, Segmentation fault.
> 0x08063b50 in 
> antlr::ASTFactory::create(antlr::TokenRefCount<antlr::Token>) ()
> 
> 
> With my miniscule understanding of ANTLR -- Is the problem to do with 
> the fact that I am using the default AST class ?

I would guess that the TinyC grammar _is_ using a custom AST class, and
that you would have to register an ASTFactory with your parser. Did you
try that?

Martin



More information about the antlr-interest mailing list