aboutsummaryrefslogtreecommitdiff
path: root/lib/explain.sh
diff options
context:
space:
mode:
authorChimrod <>2023-10-06 08:35:56 +0200
committerChimrod <>2023-10-06 08:35:56 +0200
commit97ab5c9a21166f0bffee482210d69877fd6809fa (patch)
treed1fa44000fa07631edc8924a90020f2cfe637263 /lib/explain.sh
parent40f4dbe7844725e0ab07f03f25c35f55b4699b46 (diff)
Moved qparser and syntax in the library folder
Diffstat (limited to 'lib/explain.sh')
-rwxr-xr-xlib/explain.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/explain.sh b/lib/explain.sh
deleted file mode 100755
index 609d208..0000000
--- a/lib/explain.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-menhir --explain tokens.mly qsp_expression.mly --base qsp_expression.mly
-menhir --explain tokens.mly qsp_expression.mly qsp_instruction.mly --base qsp_instruction.mly
-menhir --explain tokens.mly qsp_expression.mly qsp_instruction.mly parser.mly --base parser.mly