Hi William, > For the near term, why not simply treat both cases as identifiers > during the syntax checking? We can go back and fix this later, after > we finish getting the blink led sample apps parsing OK, or perhaps we > can just catch it during the semantic processing.
I thought of that too, but don't know how to specify 'any token'. IDENTIFIER is a token, just like any other word starting with a capital (and to keep it clear, I don't mix case by convention) and many more that are generated internally... So far I managed to debug with the error messages of the parser, but things are gettting to complicated now so I have to see the path that leads to a specific error. This means getting the debugger up and running or add debug code to the runtime anltr code... Joep -- You received this message because you are subscribed to the Google Groups "jallib" 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/jallib?hl=en.
