"Committed_by_peb"

This commit is contained in:
peb
2005-08-08 08:01:10 +00:00
parent b03a738c44
commit 1351c10133
13 changed files with 184 additions and 21 deletions
+12
View File
@@ -1,3 +1,15 @@
----------------------------------------------------------------------
-- |
-- Maintainer : PL
-- Stability : (stable)
-- Portability : (portable)
--
-- > CVS $Date: 2005/08/08 09:01:25 $
-- > CVS $Author: peb $
-- > CVS $Revision: 1.5 $
--
-- MCFG parsing, the naive algorithm
-----------------------------------------------------------------------------
module GF.Parsing.MCFG.Naive (parse, parseR) where