I think I'm done with Process parsers

This commit is contained in:
Yehowshua Immanuel 2024-12-09 02:34:11 -05:00
parent 43ae657a5b
commit 851a18f82d
3 changed files with 81 additions and 40 deletions

View file

@ -139,7 +139,7 @@ data Process = Process ProcStmt [AttrStmt] ProcessBody
data ProcStmt = ProcStmt Id deriving (Show)
data ProcessBody = ProcessBody
[AssignStmt]
Switch
(Maybe Switch)
[AssignStmt]
[Sync]
deriving (Show)