Crates.io | roussillon-type-system |
lib.rs | roussillon-type-system |
version | |
source | src |
created_at | 2024-06-09 20:31:07.708502+00 |
updated_at | 2025-02-18 03:47:04.426377+00 |
description | A type system for a programming language |
homepage | |
repository | |
max_upload_size | |
id | 1266611 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate is an incomplete library with a clear goal of helping create a programming language.
This crate provides some structs and traits to manage types and typed values.
This crate goal IS NOT to manage memory allocation.
This module offers a way to mark some data with a type.
These are the necessary types to construct any other meaningful type. Usually, these are "machine types" :
The value module provides ways to create values from all types in the types module.
The provided constructible values are :
(c) 2024 Sébastien Geldreich
This work is published under the MIT License.