Added a new InjectPoison process to the AST
This commit is contained in:
parent
e4b1c98dd6
commit
00a719a451
|
@ -554,6 +554,8 @@ data Process =
|
||||||
-- legal outside a @PLACED PAR@.
|
-- legal outside a @PLACED PAR@.
|
||||||
| Processor Meta Expression Process
|
| Processor Meta Expression Process
|
||||||
| Alt Meta Bool (Structured Alternative)
|
| Alt Meta Bool (Structured Alternative)
|
||||||
|
-- | Poisons the given channel(-end) (or barrier, in future)
|
||||||
|
| InjectPoison Meta Variable
|
||||||
| ProcCall Meta Name [Actual]
|
| ProcCall Meta Name [Actual]
|
||||||
-- | A call of a built-in @PROC@.
|
-- | A call of a built-in @PROC@.
|
||||||
-- This may go away in the future, since which @PROC@s are intrinsics depends
|
-- This may go away in the future, since which @PROC@s are intrinsics depends
|
||||||
|
|
Loading…
Reference in New Issue
Block a user