We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602f697 commit 875c524Copy full SHA for 875c524
TODO.md
@@ -1,21 +1,16 @@
1
define
2
evaluate
3
-execute -- call evaluate and define
+
4
+execute -- DefineTransition -- call evaluate and define
5
+execute -- Begin -- `createEnv` and run
6
7
+- [maybe] Mod -- has no env -- top level `evaluate`
8
9
# builtins
10
11
`@send`
-
12
`@receive` -- no closure must use named function
13
-# command-line
-fix run command
14
15
-add repl command
16
17
-setup format command
18
19
# net
20
21
[connect] connectTransitionToInputPlaces(net: Net, transition: Transition, places: Array<Place>)
@@ -47,3 +42,8 @@ Type -- simple type system
47
42
48
43
49
44
[net] TransitionEntry -- has `subnet`
45
46
+# command-line
+add repl command
+setup format command
0 commit comments