ling-core 2030.0.1

Core types, errors, and compiler infrastructure for Ling
Documentation
1
2
3
4
5
6
7
8
/* Placeholder module: crates/ling-core/src/error.rs */

#[derive(Debug)]
pub enum LingError {
    Placeholder,
}