aboutsummaryrefslogtreecommitdiff
path: root/lib/parser.mly
diff options
context:
space:
mode:
authorChimrod <>2023-09-28 11:44:12 +0200
committerChimrod <>2023-09-29 10:00:21 +0200
commit4efc1d21441c5e9ad7f24a3e473bbbd8025de124 (patch)
tree6aecbef816a6380138248bd93621d8c69aefa514 /lib/parser.mly
parent7fc4021d888b4f16f8fa87c0ea1df68d3806df64 (diff)
Allow the parsing for the whole compiled file
Diffstat (limited to 'lib/parser.mly')
-rw-r--r--lib/parser.mly2
1 files changed, 0 insertions, 2 deletions
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
}