Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Sep 28, 2024
1 parent 4ca2237 commit 7ce2828
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
> https://github.com/cicada-lang/propagator/issues/4
propagators/boolean -- inverter
propagators/boolean.test -- inverter

propagators/conditional
propagators/conditional.test
Expand Down
Empty file added src/propagators/boolean.test.ts
Empty file.
Empty file added src/propagators/boolean.ts
Empty file.
Empty file added src/propagators/conditional.ts
Empty file.
2 changes: 2 additions & 0 deletions src/propagators/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export * from "./arithmetic.js"
export * from "./boolean.js"
export * from "./conditional.js"
export * from "./constant.js"
export * from "./quadratic.js"
export * from "./switcher.js"

0 comments on commit 7ce2828

Please sign in to comment.