Almost Alpha

Massive improvements across the board.

One day I'll adopt incremental commits.
This commit is contained in:
2024-02-23 23:59:24 +00:00
parent c279301583
commit ed0d64d52e
147 changed files with 4121 additions and 4203 deletions

View File

@@ -1,5 +1,5 @@
//! Basic types and their functions, frequently used tools with no environmental
//! dependencies.
//! dependencies.
pub mod arithmetic_error;
pub mod binary;
mod bool;
@@ -9,11 +9,10 @@ pub mod exit_status;
mod inspect;
pub mod number;
mod panic;
mod protocol;
pub mod protocol;
pub mod reflect;
pub mod runtime_error;
mod state;
pub mod std_system;
pub mod string;
pub mod tuple;
mod tstring;