Programming Language

Nocter

A self-contained systems language built around simplicity, encapsulation, and foolproof design.

/development/std/prelude.nct

prelude.nct

//! Synthetic user prelude.
//!
//! User project modules receive this compiler-managed prelude automatically.
//! This module must remain small: core aliases and ubiquitous standard-library
//! types only.

use std/fmt

pub use std/error.{Error, ErrorCode}
pub use std/string.String