Hi, A small suggestion for improvement on ANTLR C Runtime would be to, make sure the const correctness is present in the code. While this is not very important, it helps a lot while getting integrated into a already standardized code. I found it difficult especially in the places where it takes the query for processing. It can be pANTLR3_UINT8 const, instead of pANTLR3_UINT8.
Thanks, Gokul. 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.
