summaryrefslogtreecommitdiffstats
path: root/taccle/README.md
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 18:45:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 18:45:37 (GMT)
commite55a2b1a194b20d08d25f977f03226895ff631d0 (patch)
tree5c25ad78f7cf2f71062b99a5a7147492999001b1 /taccle/README.md
parentcd82cfdab4da60d5cc43d18f8be29c46a1bf77cd (diff)
parent43e44a1837713a28351c339cfec986cbf1c2c242 (diff)
downloadblt-e55a2b1a194b20d08d25f977f03226895ff631d0.zip
blt-e55a2b1a194b20d08d25f977f03226895ff631d0.tar.gz
blt-e55a2b1a194b20d08d25f977f03226895ff631d0.tar.bz2
Merge commit '43e44a1837713a28351c339cfec986cbf1c2c242'
Diffstat (limited to 'taccle/README.md')
-rw-r--r--taccle/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/taccle/README.md b/taccle/README.md
index fd10f40..94348fc 100644
--- a/taccle/README.md
+++ b/taccle/README.md
@@ -19,8 +19,9 @@ file that implements an LALR(1) parser. The program brings to the Tcl
language what yacc and bison do for C and C++.
This release of taccle implements nearly all features of yacc:
- - %token and %start declarations
+ - #include <filename>
- %define parse.error verbose declaration
+ - %token and %start declarations
- epsilon transitions (i.e., "empty" rules)
- embedded (mid-rule) actions
- literal tokens