cubes icon indicating copy to clipboard operation
cubes copied to clipboard

Define circuit value semantics

Open kpreid opened this issue 13 years ago • 0 comments

We need specific rules for circuit values and operations on them so that we don't end up dragging in the entirety of JavaScript by accident. Define:

  • The set of permitted values.
  • The definition of equality on those values (for count).
  • The definition of truth on those values (for nor, gate, indicator).
  • The method of combining multiple outputs feeding to one input (for junctions and multi-input blocks).

Don't forget to update the manual.

kpreid avatar Apr 22 '12 21:04 kpreid