From d7a13b0e5d6e746993e67a291376bd79766e0ed1 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 3 Feb 2024 17:42:16 +0100 Subject: Added a new check to ensure that every call to another location points to an existing one --- lib/qparser/parser.mly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/qparser/parser.mly') diff --git a/lib/qparser/parser.mly b/lib/qparser/parser.mly index 9501884..5c83fc2 100644 --- a/lib/qparser/parser.mly +++ b/lib/qparser/parser.mly @@ -9,7 +9,7 @@ ; body : Analyzer.Instruction.t list ; pos : Qsp_syntax.S.pos ; clauses : ( - ( (Analyzer.Instruction.expression, Analyzer.Instruction.t) Qsp_syntax.S.clause list + ( (Analyzer.Expression.t', Analyzer.Instruction.t) Qsp_syntax.S.clause list * (Qsp_syntax.S.pos * Analyzer.Instruction.t list) option ) option ) } -- cgit v1.2.3