summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 18:47:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 18:47:05 (GMT)
commita6add060cc96819bfaddc736f81a92a3fe40e51d (patch)
tree9b1d639067cd835053d6c3f14881096eac8074d5
parent43e44a1837713a28351c339cfec986cbf1c2c242 (diff)
downloadblt-a6add060cc96819bfaddc736f81a92a3fe40e51d.zip
blt-a6add060cc96819bfaddc736f81a92a3fe40e51d.tar.gz
blt-a6add060cc96819bfaddc736f81a92a3fe40e51d.tar.bz2
Squashed 'taccle/' changes from 8aca335d..60bf59d7
60bf59d7 Update README.md git-subtree-dir: taccle git-subtree-split: 60bf59d7fad1fb469eb5f76c89e8041a092820a6
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94348fc..19609e9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ 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:
- - #include <filename>
+ - #include filename
- %define parse.error verbose declaration
- %token and %start declarations
- epsilon transitions (i.e., "empty" rules)