Skip to content

Commit 875c524

Browse files
committed
up
1 parent 602f697 commit 875c524

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

TODO.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
define
22
evaluate
3-
execute -- call evaluate and define
3+
4+
execute -- DefineTransition -- call evaluate and define
5+
execute -- Begin -- `createEnv` and run
6+
7+
- [maybe] Mod -- has no env -- top level `evaluate`
48

59
# builtins
610

711
`@send`
8-
912
`@receive` -- no closure must use named function
1013

11-
# command-line
12-
13-
fix run command
14-
15-
add repl command
16-
17-
setup format command
18-
1914
# net
2015

2116
[connect] connectTransitionToInputPlaces(net: Net, transition: Transition, places: Array<Place>)
@@ -47,3 +42,8 @@ Type -- simple type system
4742
# net
4843

4944
[net] TransitionEntry -- has `subnet`
45+
46+
# command-line
47+
48+
add repl command
49+
setup format command

0 commit comments

Comments
 (0)