tgqe 0.0.1

The Great Qin Empire —— A centralized system for integrating and summarizing common compiler front-end library errors and span error output libraries, with optional Ariadne integration.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**

 *  - Copyright (c) 星灿长风v(Starwindv) 2026/08/03
 *  - License: BSD-3
 *  - Author: 星灿长风v(StarWindv)
 *  - Location: tgqe/src/modules/mod.rs
 */
mod impls;

pub mod base_types;
pub mod channel;
pub mod enums;
pub mod singletons;
pub mod symbols;
pub mod trans;

#[cfg(test)]
mod tests;