X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fregression.tc;h=f0815a8971ed8f9766b9685c74315898f0a29fb8;hp=a2492864eb53bd14065ef9d8fd4f6c00e09eff40;hb=f33c05adc5aa3dd324c5352cdbd6f4b55359acad;hpb=ce56b1e47ae08b71599fe5794f71034f6f53ec5d;ds=sidebyside diff --git a/tests/regression.tc b/tests/regression.tc index a249286..f0815a8 100644 --- a/tests/regression.tc +++ b/tests/regression.tc @@ -272,59 +272,59 @@ testcase { q ::= [a-z]++ => "q" } -//testcase { -// -// input " -// -// -// while x>0 -// while y>0 -// foo() -// bar() -// -// while x>0 -// while y>0 -// foo() -// bar() -// -// -//"; -// output "smt:{while:{>:{{x} {0}} while:{>:{{y} {0}} sbb:{{f o o} {b a r}}}}}"; -// output "smt:{while:{>:{{x} {0}} sbb:{while:{>:{{y} {0}} {f o o}} {b a r}}}}"; -// -//indent !::= ww -//outdent !::= " " outdent " " -// | " " (~[]*) "\n" -// -//any !::= ~[]* -//s ::= any "\n\n" ww statement ww "\n\n" any => smt -//ww !::= sp* -//ws !::= sp** -//sp ::= " " -// -//block ::= "\n" indent blockBody -// &~ "\n" outdent ~[\ ] ~[]* -// -//blockBody ::= statement -// > statement blockBody /ws => "sbb" -// -//statement ::= call -// | ^"while" expr block /ws -// -//expr ::= ident -// | call -// | expr ^">" expr /ws -// | num -// -//call ::= expr "()" /ws -// -//num ::= [0-9]++ -// -//ident ::= [a-z]++ &~ keyword -//keyword ::= "if" | "then" | "else" | "while" -// -//w ::= " " | "\n" | "\r" -//ws ::= w* -// -// -//} +testcase { + + input " + + + while x>0 + while y>0 + foo() + bar() + + while x>0 + while y>0 + foo() + bar() + + +"; + output "smt:{while:{>:{{x} {0}} while:{>:{{y} {0}} sbb:{{f o o} {b a r}}}}}"; + output "smt:{while:{>:{{x} {0}} sbb:{while:{>:{{y} {0}} {f o o}} {b a r}}}}"; + +indent !::= ww +outdent !::= " " outdent " " + | " " (~[]*) "\n" + +any !::= ~[]* +s ::= any "\n\n" ww statement ww "\n\n" any => smt +ww !::= sp* +ws !::= sp** +sp ::= " " + +block ::= "\n" indent blockBody + &~ "\n" outdent ~[\ ] ~[]* + +blockBody ::= statement + > statement blockBody /ws => "sbb" + +statement ::= call + | ^"while" expr block /ws + +expr ::= ident + | call + | expr ^">" expr /ws + | num + +call ::= expr "()" /ws + +num ::= [0-9]++ + +ident ::= [a-z]++ &~ keyword +keyword ::= "if" | "then" | "else" | "while" + +w ::= " " | "\n" | "\r" +ws ::= w* + + +}