Skip to content

Commit

Permalink
[net] PlaceEntry -- has queue of values
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Nov 15, 2023
1 parent 5ca719c commit d7239e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# net

[net] PlaceEntry -- has queue of values
[net] addPlace
[net] addTransition

Expand Down
1 change: 1 addition & 0 deletions src/lang/net/Net.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ export type PlaceEntry = {
inputs: Array<TransitionEntry>
outputs: Array<TransitionEntry>
t: Value
queue: Array<Value>
}

0 comments on commit d7239e9

Please sign in to comment.