[RavenclawDev 190] issue with phoenix grammar

Svetlana Stenchikova svetastenchikova at gmail.com
Fri Nov 10 16:43:28 EST 2006


Hi, I am encountering a strange issue with phoenix grammar.

I am adding new locations:

[LocationSpec]
    (at [location])
    (in [location])
    ([location])
;

[location]
    (LOCS)

LOCS
    (sac)
    (student activities)
    (humanities)
    (newell simon)
    (newell simon hall)
    (nsh)
    (wean)
    (wean hall)
;



Some of the locations are old - from roomline , the 3 new locations in the
example above are "sac", "humanities", and "student activities".

The only one that gets parsed is "sac", no matter the order that they
appear.
I checked that "SAC" occurs in all of  the same files as "HUMANITIES".
I have removed all pof the files that get generated before compiling.

I tried another way to add it in grammar:

[LocationSpec]
    (at [location])
    (in [location])
    ([location])
;

[location]
    (sac)
    (student activities)
    (humanities)
    (newell simon)
    (newell simon hall)
    (nsh)
    (wean)
    (wean hall)
;


*********************

[TestLocationSpec]
    (at LOCS)
    (in LOCS)
    (LOCS)
LOCS
    (sac)
    (hum)
    (student activities)
    (newell simon)
    (newell simon hall)
    (nsh)
    (wean)
    (wean hall)
;


Actually out of your entries "NSH" does not get parsed either.
Does anyone have any idea why this happens? Thank you

Svetlana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20061110/b31aaa17/attachment.html


More information about the Ravenclaw-developers mailing list