directory
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# Packages

Package build implements utilities to collect VDL build information and run the parser and compiler.
Package codegen implements utilities for VDL code generators.
Package compile implements the VDL compiler, converting a parse tree into compiled results.
Package opconst defines the representation and operations for VDL constants.
Package parse implements the VDL parser, converting source files into a parse tree.
Package vdlutil implements utilities used by many VDL components.