summaryrefslogtreecommitdiffstats
path: root/petascope/test/antlr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/test/antlr.sh')
-rwxr-xr-xpetascope/test/antlr.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/petascope/test/antlr.sh b/petascope/test/antlr.sh
new file mode 100755
index 0000000..13c274d
--- /dev/null
+++ b/petascope/test/antlr.sh
@@ -0,0 +1,5 @@
+#! /bin/bash
+
+# This script opens the ANTLRWorks editor, and the WCPS grammar in it, for editing.
+java -Xms128m -Xmx300m -jar ../lib/antlrworks-1.2.3.jar ../src/java/grammar/wcps.g
+