[antlr-interest] Re: Clarification on documentation

Ciaran Treanor ciaran.treanor at gmail.com
Tue Aug 23 03:49:00 PDT 2005


Apologies - I forgot to add an example of the type of problem I'm
trying to solve.

I've got a file format that looks like the following:

Thing123 {
}

Thing124 {
}

System {
  // Set the default thing
  Thing = Thing123;
}

So, I'm trying to define a token rule to called THING_ID that is
distinct from a general identifier (like 'Thing').

Thanks,
Ciaran


More information about the antlr-interest mailing list