From: Stefan S. <se...@sy...> - 2004-07-15 22:05:29
|
Grzegorz Jakacki wrote: > > > Stefan Seefeld wrote: > >> hi there, >> >> I just got a bug report for synopsis from a user who >> reports that all input containing 'metaclass' generates >> parse errors. >> Looking into the Opencxx lexer, I see it's defined there >> as a keyword :-) > > > Why don't you put it under run-time flag? right ! I didn't notice this capability, but now that I see it it's indeed the best solution, in particular given the overal goal to open up the frontend, so registering new keywords will be trivial. Thanks, Stefan |