mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-28 08:30:03 -06:00
"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