Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Nov 14, 2023
1 parent 42b3871 commit feb67d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# net

Transition -- has input and output places
Place
Transition
Choice

apply/applyTransition

# lang

Expand Down
1 change: 0 additions & 1 deletion src/index.ts

This file was deleted.

3 changes: 2 additions & 1 deletion src/lang/transition/Transition.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export type Transition = {
//
// input
// output
}

0 comments on commit feb67d7

Please sign in to comment.