summaryrefslogtreecommitdiff
path: root/src/GF/CF/ChartParser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/CF/ChartParser.hs')
-rw-r--r--src/GF/CF/ChartParser.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/CF/ChartParser.hs b/src/GF/CF/ChartParser.hs
index 4b2f2ceb1..71b25730c 100644
--- a/src/GF/CF/ChartParser.hs
+++ b/src/GF/CF/ChartParser.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date $
--- > CVS $Author $
--- > CVS $Revision $
+-- > CVS $Date: 2005/02/18 19:21:07 $
+-- > CVS $Author: peb $
+-- > CVS $Revision: 1.5 $
--
-- Bottom-up Kilbury chart parser from "Pure Functional Parsing", chapter 5.
-- OBSOLETE -- should use new MCFG parsers instead