mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
Added regexps grammar printer. This is a first step towards recursion-free SRGS.
This commit is contained in:
@@ -52,7 +52,7 @@ type MutRecSets = Map Cat_ MutRecSet
|
||||
--
|
||||
|
||||
data MFALabel a = MFASym a | MFASub String
|
||||
deriving Eq
|
||||
deriving (Eq,Ord)
|
||||
|
||||
data MFA a = MFA (DFA (MFALabel a)) [(String,DFA (MFALabel a))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user