# Packages
Package bytecode contains the bytecode instructions.
Package compresult defines the compilation result.
Package dbginfo defines types holding debug information produced at compilation time useful at runtime.
Package node is defines the abstract syntax tree (AST) node.
Package token defines the lexer tokens.
Package value defines the type that represents the evaluation result.