diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/parse.nom | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/parse.nom b/tools/parse.nom index ef081a7..0f71123 100755 --- a/tools/parse.nom +++ b/tools/parse.nom @@ -9,6 +9,9 @@ action [print tree %t at indent %indent]: if %t.type is: "Action": say "\(%indent)Action (\(%t.stub)):" + if %t.target: + say "\(%indent) Target:" + print tree %t.target at indent "\%indent " for %arg in %t: if (%arg is syntax tree): print tree %arg at indent "\%indent " |
