> Jim, thanks I may use that in the future. I am using C# on Windows and > would have to do some work to get it working on my machine.
The specific problem I had was that I created a token in source code with one token type and text implying another token type. Using ToTreeString only showed the text and the structure but not the token type, which caused me to ponder quite a bit. Only when stepping through the code and matching token types by hand and cross-referencing with the tokens file did it become apparent. So I made a custom ToTreeString that includes the token types and token type names, now life is better. Again thanks, it is nice to get feedback knowing that one is on the right track. 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.
