aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-06-20 17:52:21 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-06-22 19:52:27 +0800
commit6db29285fb16aea68a9d2527fe9cfd4e1918b247 (patch)
tree7e8a43f27de4427a1026786880b38a4e320f9075 /Makefile.am
parentWalker: support -a and -o in built-in test (diff)
downloadlibbash-6db29285fb16aea68a9d2527fe9cfd4e1918b247.tar.gz
libbash-6db29285fb16aea68a9d2527fe9cfd4e1918b247.tar.bz2
libbash-6db29285fb16aea68a9d2527fe9cfd4e1918b247.zip
Utility: support printing tokens received by walker
It's helpful if ast_printer can print tokens received by walker grammar. Now this is supported with the -w option.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a706c43..ea13cdd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -244,6 +244,7 @@ EXTRA_DIST = bashast/bashast.g \
bashast/features_script/features.sh \
bashast/features_script/features.sh.ast \
bashast/features_script/features.sh.tokens \
+ bashast/features_script/features.sh.walker.tokens \
test/ast_printer_test.sh \
test/verify_bashs_test.sh \
test/verify_error_output_test.sh \