summaryrefslogtreecommitdiff
path: root/src/GF/API/MyParser.hs
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-09 11:46:54 +0000
committerpeb <unknown>2005-02-09 11:46:54 +0000
commita0d412986305d4b45e82afde62ea48f1b06edb9d (patch)
treebca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/API/MyParser.hs
parent4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/API/MyParser.hs')
-rw-r--r--src/GF/API/MyParser.hs6
1 files changed, 2 insertions, 4 deletions
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