grammatica-users
[Top][All Lists]
Advanced

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

[Grammatica-users] Grammar for "Nesting"


From: Patrick M Gremo
Subject: [Grammatica-users] Grammar for "Nesting"
Date: Sun, 24 Jul 2005 19:40:43 -0500


I'm trying to create a kind of "reverse" call stack type of thing.  It
sounds easy but for some reason I just can't figure it out.

I have this:

(object | methodCall) methodCall methodCall methodCall ...


I want a tree like:

message
   |-methodCall
   |-message
        |-methodCall
        |-message
             |-methodCall
             |-message
                  |-object | methodCall






reply via email to

[Prev in Thread] Current Thread [Next in Thread]