From 4efc1d21441c5e9ad7f24a3e473bbbd8025de124 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Thu, 28 Sep 2023 11:44:12 +0200 Subject: Allow the parsing for the whole compiled file --- lib/parser.mly | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/parser.mly') diff --git a/lib/parser.mly b/lib/parser.mly index 35aebaf..353aaab 100644 --- a/lib/parser.mly +++ b/lib/parser.mly @@ -14,8 +14,6 @@ main: EOL+ expressions = line_statement* LOCATION_END - EOL* - EOF { Analyzer.Location.location $loc expressions } -- cgit v1.2.3