Crates.io | roussillon-type-system |
lib.rs | roussillon-type-system |
version | 0.3.8 |
source | src |
created_at | 2024-06-09 20:31:07.708502 |
updated_at | 2024-09-06 21:39:24.872853 |
description | A type system for a programming language |
homepage | |
repository | |
max_upload_size | |
id | 1266611 |
size | 60,468 |
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.