1
0
forked from GitHub/gf-core

"Committed_by_peb"

This commit is contained in:
peb
2005-02-09 11:46:54 +00:00
parent 56c80bf8d9
commit 71c316cfc5
55 changed files with 485 additions and 339 deletions

View File

@@ -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