Versions in this module Expand all Collapse all v3 v3.3.5 May 9, 2020 Changes in this version + const Alpha + const HexadecimalNumbers + const Numbers + func Disassemble(script []byte) ([]string, error) + func Lex(name string, source []byte, debug bool) <-chan token + func NewInstructionIterator(code []byte) *instructionIterator + func PrintDisassembled(code string) error + type Compiler struct + func NewCompiler(debug bool) *Compiler + func (c *Compiler) Compile() (string, []error) + func (c *Compiler) Feed(ch <-chan token) Other modules containing this package github.com/beyonderyue/gochain