forked from GitHub/gf-core
"Committed_by_peb"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user