[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Subject



Hi There,

I'm just thinking if we have section called keyword to define the language
keyword like
Print,if,... etc and the Lexical generator give them the first priority.

because I have found problem  In grammar like this

Helpers

       l    =['A'-'Z'];
      d    =['0'-'9'];

Tokens
            
            Id= l (l | d)*
            if='if'
            .....


the  Lexical will peek the first one .


an is there any way so I can use the parser with VB front end?


thank you


Husam Senussi
Husam@Demon.net