diff options
Diffstat (limited to 'tools/parse.nom')
| -rwxr-xr-x | tools/parse.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/parse.nom b/tools/parse.nom index 0622e27..ee4a722 100755 --- a/tools/parse.nom +++ b/tools/parse.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V3.7.5.6 +#!/usr/bin/env nomsu -V3.8.7.6 # Tool to print out a parse tree of files in an easy-to-read format. Usage: nomsu tools/parse.nom file1 file2 directory1 ... @@ -32,5 +32,5 @@ action [print tree %t at indent %indent]: for %path in (=lua "arg"): for file %filename in %path: - unless (%filename matches "%.nom$"): do next %filename + unless (%filename::matches "%.nom$"): do next %filename print tree (parse (read file %filename) from %filename) at indent "" |
