From a0d412986305d4b45e82afde62ea48f1b06edb9d Mon Sep 17 00:00:00 2001 From: peb Date: Wed, 9 Feb 2005 11:46:54 +0000 Subject: "Committed_by_peb" --- src/GF/API/MyParser.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/GF/API/MyParser.hs') diff --git a/src/GF/API/MyParser.hs b/src/GF/API/MyParser.hs index 60f5541ce..c45f30c3d 100644 --- a/src/GF/API/MyParser.hs +++ b/src/GF/API/MyParser.hs @@ -9,18 +9,16 @@ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- template to define your own parser ----------------------------------------------------------------------------- -module MyParser where +module MyParser (myParser) where import ShellState import CFIdent import CF import Operations --- template to define your own parser - -- type CFParser = [CFTok] -> ([(CFTree,[CFTok])],String) myParser :: StateGrammar -> CFCat -> CFParser -- cgit v1.2.3