From 9b78e7aa2466f2ed4f04611757924aa20a4711e2 Mon Sep 17 00:00:00 2001 From: Kathy Gray Date: Fri, 19 Oct 2007 22:27:09 +0000 Subject: [PATCH] Correction to stmt-expr grammar svn: r7534 --- collects/profj/comb-parsers/parser-units.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/profj/comb-parsers/parser-units.scm b/collects/profj/comb-parsers/parser-units.scm index 333b13ef3a..ffb65f8d4d 100644 --- a/collects/profj/comb-parsers/parser-units.scm +++ b/collects/profj/comb-parsers/parser-units.scm @@ -718,6 +718,7 @@ (define stmt-expr (choose (#;new-class super-call + simple-method-call (sequence (unique-base (repeat unique-end) method-call-end) id "method call") (assignment (choose (identifier @@ -823,6 +824,7 @@ (define stmt-expr (choose (#;new-class super-call + simple-method-call (sequence (unique-base (repeat unique-end) method-call-end) id "method call") (assignment (choose (identifier @@ -926,6 +928,7 @@ (define stmt-expr (choose (new-class super-call + simple-method-call (sequence (unique-base (repeat unique-end) method-call-end) id "method call") (assignment (choose (identifier