[antlr-interest] LL(1), LL(k), LL(*), predicated decisions

Terence Parr parrt at cs.usfca.edu
Mon Jun 5 14:34:01 PDT 2006


Followup...i just generated from java.g using all new-style DFA and  
the resulting code is just huge.  Too much overhead to uncompress and  
set up those DFA :(  I think we're better off doing inline DFA for  
fixed LL(k) decisions.  Oh well.  Worth the few hours of investigation.

Ter


More information about the antlr-interest mailing list