| Crates.io | roussillon-type-system |
| lib.rs | roussillon-type-system |
| version | 0.4.3 |
| 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 |
| size | 63,693 |
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.