1//===-- Dialect.td -----------------------------------------*- tablegen -*-===//
3// Part of the LLZK Project, under the Apache License v2.0.
4// See LICENSE.txt for license information.
5// Copyright 2025 Veridise Inc.
6// SPDX-License-Identifier: Apache-2.0
8//===----------------------------------------------------------------------===//
13include "mlir/IR/DialectBase.td"
15def LLZKDialect : Dialect {
17 let summary = "Common LLZK attributes.";
19 let cppNamespace = "::llzk";
21 let useDefaultAttributePrinterParser = true;