gapi: Bring back puppet and langpuppet
This reverts commit e767655ede.
In addition, it applies required changes to function with the new CLI backend.
This commit is contained in:
committed by
James Shubin
parent
22873b3c3f
commit
29ec867ac7
9
examples/puppet/langpuppet/graph1.mcl
Normal file
9
examples/puppet/langpuppet/graph1.mcl
Normal file
@@ -0,0 +1,9 @@
|
||||
noop "puppet_first_handover" {}
|
||||
noop "puppet_second_handover" {}
|
||||
|
||||
print "first message" {}
|
||||
print "third message" {}
|
||||
|
||||
Print["first message"] -> Noop["puppet_first_handover"]
|
||||
|
||||
Noop["puppet_second_handover"] -> Print["third message"]
|
||||
Reference in New Issue
Block a user