mortar_compiler 0.5.2

Mortar language compiler core library
Documentation

lib.rs

lib.rs 文件

Module Overview

模块概述

The main entry point for the mortar_compiler library.

mortar_compiler 库的主入口点。

It re-exports key components such as the AST, parser, lexer, and diagnostics system, making them available to external crates (like the CLI and LSP).

它重新导出了 AST、解析器、词法分析器和诊断系统等关键组件,供外部 crate(如 CLI 和 LSP)使用。

Source File Overview

源文件概述

Defines the Language enum and exposes the public API of the compiler.

定义了 Language 枚举并暴露了编译器的公共 API。