Crate verilization_compiler

Source
Expand description

The Verilization compiler generates serialization code for various languages.

Modules§

lang
Defines generator related code for languages.
model
parser
util
Utility functions that can be useful for generators.

Macros§

for_sep
Creates a loop with code executed in between each iteration.

Structs§

FileOutputHandler
An output handler that operates directly on the file system.
MemoryOutputHandler
An output handler that operates on an in-memory file system.

Enums§

TypeCheckError
VError

Functions§

load_all_models
load_files
Loads a set of files into a model.