summaryrefslogtreecommitdiffstats
path: root/taccle
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 18:47:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-22 18:47:06 (GMT)
commit342689ad12cef0569fee2b01f6c571e706dae3d5 (patch)
treef7dc77f4c4338b731d6e468fcc97791af9884113 /taccle
parente55a2b1a194b20d08d25f977f03226895ff631d0 (diff)
parenta6add060cc96819bfaddc736f81a92a3fe40e51d (diff)
downloadblt-342689ad12cef0569fee2b01f6c571e706dae3d5.zip
blt-342689ad12cef0569fee2b01f6c571e706dae3d5.tar.gz
blt-342689ad12cef0569fee2b01f6c571e706dae3d5.tar.bz2
Merge commit 'a6add060cc96819bfaddc736f81a92a3fe40e51d'
Diffstat (limited to 'taccle')
-rw-r--r--taccle/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/taccle/README.md b/taccle/README.md
index 94348fc..19609e9 100644
--- a/taccle/README.md
+++ b/taccle/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)