At 03:35 PM 11/22/00 +0000, raptor wrote:
>hi,
>
>I don't know very much about internals or about how the parser works in
>reality but something like this can be helpfull I think !! What I have in
>mind ? Micro-perl-parser may be this is external interface (written in
>perl).
>
>
>rule:do {
>    /do/ and "{" call(token) and "}" and action
>  }
>
>rule:token {
>  /\S+/ action
>}

Yup, we'll probably do something like that, since it covers a good 
proportion  of the cases we'll be dealing with.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to