From 298f2b115cd9122f3eeef9d1c529774bbdd23ff4 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 23 Nov 2014 20:43:57 +0100 Subject: [PATCH] Using a phrase instead of dots as CASE_END. --- Monicelli.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monicelli.ll b/Monicelli.ll index f4a09be..5662940 100644 --- a/Monicelli.ll +++ b/Monicelli.ll @@ -143,7 +143,7 @@ CHAR [a-zA-Z_] "avvertite don ulrico" { return ABORT; } -"..." { +"O scherziamo?" { return CASE_END; }