I believe I've finished the sync parser
This commit is contained in:
parent
db6034db40
commit
405d6ecc55
3 changed files with 29 additions and 3 deletions
|
@ -154,7 +154,7 @@ data CaseBody = CaseBody [CaseBodyVariants] deriving (Show)
|
|||
|
||||
-- Syncs
|
||||
data Sync = Sync SyncStmt [UpdateStmt] deriving (Show)
|
||||
data SyncStmt = SigSpecPredicated SyncType SigSpec
|
||||
data SyncStmt = SigSpecPredicated SigSpec SyncType
|
||||
| Global
|
||||
| Init
|
||||
| Always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue