Documentation
¶
Index ¶
Constants ¶
View Source
const ( Const = "CONST" Route = "ROUTE" And = "AND" Or = "OR" LShift = "LSHIFT" RShift = "RSHIFT" Not = "NOT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { Scheme BlockScheme // contains filtered or unexported fields }
func NewBlock ¶
func NewBlock(scheme BlockScheme) *Block
type BlockScheme ¶
func ParseBlock ¶
func ParseBlock(s string) (BlockScheme, error)
func (BlockScheme) String ¶
func (b BlockScheme) String() string
type Circuit ¶
type Circuit struct {
// contains filtered or unexported fields
}
func NewCircuit ¶
func NewCircuit(blocks []BlockScheme) *Circuit
type LShiftGate ¶
type LShiftGate struct {
By uint16
}
func (LShiftGate) String ¶
func (g LShiftGate) String() string
type RShiftGate ¶
type RShiftGate struct {
By uint16
}
func (RShiftGate) String ¶
func (g RShiftGate) String() string
Click to show internal directories.
Click to hide internal directories.