Crates.io | terbium_grammar |
lib.rs | terbium_grammar |
version | 0.0.1 |
source | src |
created_at | 2022-05-08 19:37:56.689664 |
updated_at | 2022-05-08 19:37:56.689664 |
description | The performant yet elegant and feature-packed programming language. Made with Rust. |
homepage | https://github.com/TerbiumLang/Terbium |
repository | https://github.com/TerbiumLang/Terbium |
max_upload_size | |
id | 582682 |
size | 30,614 |
The performant yet elegant and feature-packed programming language. Implemented with Rust.
Terbium is still a work in progress. You can contribute by simply cloning this repository, however.
We want Terbium to meet the following:
We want to enforce a static type system in Terbium that isn't too restrictive:
let
)auto
type (Type inference)
any
type unless explicitly disabled (@pt:strict
)Terbium designs static types like this so that while beginners don't have to learn Terbium with the complexity of a type system, and gradually implement these types as they learn more about them.
require std;
func main() {
std.println("Hello, world!");
}
See CONTRIBUTING.md for details.
Terbium is a project by jay3332.
Thanks to the following core contributors: