k-user AT lists.cs.illinois.edu
Subject: K-user mailing list
List archive
- From: Patrick Meredith <pmeredit AT gmail.com>
- To: Robby Findler <robby AT eecs.northwestern.edu>
- Cc: k-user AT cs.uiuc.edu
- Subject: Re: [K-user] ambiguity & seqstrict
- Date: Tue, 2 Oct 2012 22:16:13 -0500
- List-archive: <http://lists.cs.uiuc.edu/pipermail/k-user/>
- List-id: <k-user.cs.uiuc.edu>
Hi Robby,
Replace seqstrict with strict. Seqstrict is deterministic sequentially (left to right)
-Patrick
On Oct 2, 2012 7:12 PM, "Robby Findler" <robby AT eecs.northwestern.edu> wrote:
Hi all: I'm having trouble understanding a K program's behavior and I wondered if I could get some help.Here's the program:module IMPsyntax AExp ::= Int| "(" AExp ")" [bracket]| AExp "/" AExp [seqstrict, left]syntax BExp ::= Bool| "(" BExp ")" [bracket]| AExp "<=" AExp [seqstrict]> BExp "and" BExp [seqstrict]syntax KResult ::= Bool | Intrule <k> I1:Int / 0 ...</k> => <k> "div0" </k>rule I1:Int <= I2:Int => I1 <=Int I2rule true and B:BExp => Brule false and _ => falseendmoduleand here's the IMP program I run:false and (1/0 <= 3)I would have expected it to produce two out comes ("div0" and false) because of the seqstrict annotation on the "and" production in the grammar. Specifically, I thought I'd get a heating/cooling rule that would apply to the program above that would move the (1/0 <= 3) _expression_ to the front of the K cell, and the the 1/0 would move to the front and then I'd get the div0 result. But instead I get this:$ ../k/bin/krun --do-search --maude-cmd search x.impSearch results:Solution 1, state 0:<k>false</k>I do see that if I remove the short-circuiting 'and' rule that I get the div0, but I cannot seem to get them both at once.tia,Robby
_______________________________________________
k-user mailing list
k-user AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/k-user
- [K-user] ambiguity & seqstrict, Robby Findler, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Patrick Meredith, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Robby Findler, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Patrick Meredith, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Robby Findler, 10/02/2012
- Message not available
- Re: [K-user] ambiguity & seqstrict, Patrick Meredith, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Robby Findler, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Patrick Meredith, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Traian Florin Șerbănuță, 10/03/2012
- Re: [K-user] ambiguity & seqstrict, Rosu, Grigore, 10/03/2012
- Re: [K-user] ambiguity & seqstrict, Robby Findler, 10/03/2012
- Re: [K-user] ambiguity & seqstrict, Rosu, Grigore, 10/03/2012
- Re: [K-user] ambiguity & seqstrict, Traian Florin Șerbănuță, 10/03/2012
- Re: [K-user] ambiguity & seqstrict, Patrick Meredith, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Robby Findler, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Patrick Meredith, 10/02/2012
- Re: [K-user] ambiguity & seqstrict, Patrick Meredith, 10/02/2012
Archive powered by MHonArc 2.6.16.