aboutsummaryrefslogtreecommitdiff
path: root/tools/parse.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-08-28 15:34:45 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-08-28 15:34:45 -0700
commit5ee9bcb7fb692b7dcbdcd71b38f4166f1ae56d3c (patch)
tree4ced4ea6ec8898097b62088d8d3d7f8c45e00717 /tools/parse.nom
parent2ec4f3117e4582ddb436ae4decb3d55ed2f06460 (diff)
Upgraded version to 3.5.5.6, corresponding to Object Oriented changes.
Diffstat (limited to 'tools/parse.nom')
-rwxr-xr-xtools/parse.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/parse.nom b/tools/parse.nom
index a7297e4..0f47134 100755
--- a/tools/parse.nom
+++ b/tools/parse.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.5.5
+#!/usr/bin/env nomsu -V3.5.5.6
#
Tool to print out a parse tree of files in an easy-to-read format. Usage:
nomsu tools/parse.nom file1 file2 directory1 ...