maat_codegen 0.14.0

Bytecode code generation for the Maat programming language
Documentation
[package]
name = "maat_codegen"
description = "Bytecode code generation for the Maat programming language"
keywords = ["compiler", "maat", "zero-knowledge", "zk", "codegen"]
categories = ["compilers"]
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"

[dependencies]
indexmap.workspace = true

maat_span.workspace = true
maat_errors.workspace = true
maat_ast.workspace = true
maat_runtime.workspace = true
maat_bytecode.workspace = true