Search
Resolved
as Fixed Help for as Fixed

5
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 468315
Opened: 6/18/2009 2:22:32 PM
Access Restriction: Public
Duplicates: 473602 473785
0
Workaround(s)
0
User(s) can reproduce this bug
intellipad crashes immediately with this mgrammar input. I'm guessing stack overflow.
module HelloWorld {
    language HelloWorld {
        syntax Main
         = List(Hello);
        token Hello
         = "Hello";
        syntax List(Content, Separator)
         = Content
         | List(Content,",") Separator Content;
        
        syntax List(Content) = List(Content, ",");
    }
}
Details (expand)
What area of the product is your feedback for?
Oslo Modeling Language (Codename "M")

What distribution are you using?

Oslo SDK CTP - January 2009 (Refresh)
How important is this issue?
Critical Need (Blocking issue)
Repro Steps for Product Issue:
May 09 CTP. see description for repro step.
If this issue occurred during a Hands-on-Lab, which one was it? 
 
File Attachments
0 attachments
Sign in to post a comment.