maat_errors 0.12.2

Compiler error types and diagnostic infrastructure for the Maat programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "maat_errors"
description = "Compiler error types and diagnostic infrastructure for the Maat programming language"
keywords = ["compiler", "maat", "zero-knowledge", "zk", "errors"]
categories = ["compilers"]
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"

[dependencies]
maat_span = { path = "../maat_span", version = "0.12.2" }
thiserror = "2.0"