I have perhaps a strange question :) I'm using ANTLR as part of my thesis, and one of the things I'd like to know (though not strictly necessary) is, when ANTLR is not in backtracking mode (being LL(*)) and it is instead "just" LL(k), is there any way to get ANTLR to *tell* you what said k is?
It would be quite interesting to know and compare the needed lookahead for different languages! Thank you in advance, Søren Andersen List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
