[antlr-interest] Data value is field length

joel at mentics.com joel at mentics.com
Fri Jan 23 08:43:13 PST 2009


So, if I have a binary field, the first byte of which indicates how
long the field is, is there a way to do this in ANTLR?

The Lexer would have to get the first byte, look at its value, read
that many more bytes, and that would be the end of that field.

Any ideas on how this might best be done in ANTLR?


More information about the antlr-interest mailing list