Re: [Scriptonite-dev] some questions (long)
Status: Planning
Brought to you by:
egagnon
|
From: Raif S. N. <ra...@fl...> - 2000-03-27 21:12:32
|
At 06:05 AM 3/28/00 +1000, Raif S. Naffah wrote:
>...
>5. Lexer is not generated
>to test the new grammar i commented out the current productions and added
>the following:
>
> script = script_token*;
>
> script_token =
> {res} reserved_word
> | {id} identifier
> | {op} punctuator
> | {num} numeric_literal
> | {str} string_literal
> ;
>
>with the appropriate supporting productions.
>
>no Lexer (classes) get generated; why?
pls diregard this point.
cheers;
rsn
|