On Apr 14, 2:31 pm, Joep Suijs <[email protected]> wrote: > > The grammar parses all device files without error and this means it > probably 'understands' the files in the way that the parser keeps in > pace with the code. The place in the tree of each node still has to be > adjusted though...
Superb work Joep! You should put your name first as Author! I'm very pleased with your amazing progress. > An more fundamental issue is related to the distinct > between a token and identifier. In the line: > > pragma data 0x60-0xFF,0x100-0x1FF,0x200-0x2FF,0x300-0x3FF,0x400-0x4FF > > var byte data > 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. William -- 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.
