From 42c46c064885b9d9f07e48d126364df22cbf232b Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 23 Nov 2014 22:07:43 +0100 Subject: [PATCH] No DOT after END_ASSERT. --- Monicelli.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Monicelli.y b/Monicelli.y index f6082e9..489a672 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -61,11 +61,11 @@ main: MAIN statements ; statements: - /* epsilon */ | statements statement DOT + /* epsilon */ | statements statement DOT | statements assert_stmt ; statement: var_decl | assign_stmt | print_stmt | input_stmt | return_stmt | - loop_stmt | branch_stmt | fun_call | abort_stmt | assert_stmt | + loop_stmt | branch_stmt | fun_call | abort_stmt | /* epsilon */ ; var_decl: