package
1.1.7
Repository: https://github.com/core-coin/go-core.git
Documentation: pkg.go.dev

# Functions

Return all disassembled CVM instructions in human-readable format.
lex lexes the program by name with the given source.
newCompiler returns a new allocated compiler.
Create a new instruction iterator.
Pretty-print all disassembled CVM instructions to stdout.

# Constants

characters representing alphanumeric.
characters representing any hexadecimal.
characters representing any decimal number.

# Structs

Compiler contains information about the parsed source and holds the tokens for the program.