I believe I've finished the sync parser

This commit is contained in:
Yehowshua Immanuel 2024-12-08 23:42:03 -05:00
parent db6034db40
commit 405d6ecc55
3 changed files with 29 additions and 3 deletions

View file

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