danube

所属分类:编程语言基础
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2022-04-18 06:57:53
上 传 者sh-1993
说明:  多瑙河编程语言
(The Danube Programming Language)

文件列表:
Cargo.lock (2206, 2023-11-02)
Cargo.toml (58, 2023-11-02)
LICENSE (1063, 2023-11-02)
compiler/ (0, 2023-11-02)
compiler/danubec-ast-lowering/ (0, 2023-11-02)
compiler/danubec-ast-lowering/Cargo.toml (138, 2023-11-02)
compiler/danubec-ast-lowering/src/ (0, 2023-11-02)
compiler/danubec-ast-lowering/src/lib.rs (0, 2023-11-02)
compiler/danubec-ast/ (0, 2023-11-02)
compiler/danubec-ast/Cargo.toml (129, 2023-11-02)
compiler/danubec-ast/src/ (0, 2023-11-02)
compiler/danubec-ast/src/expression/ (0, 2023-11-02)
compiler/danubec-ast/src/expression/mod.rs (286, 2023-11-02)
compiler/danubec-ast/src/ident.rs (160, 2023-11-02)
compiler/danubec-ast/src/item/ (0, 2023-11-02)
compiler/danubec-ast/src/item/const_item.rs (284, 2023-11-02)
compiler/danubec-ast/src/item/enum_item.rs (650, 2023-11-02)
compiler/danubec-ast/src/item/mod.rs (850, 2023-11-02)
compiler/danubec-ast/src/item/struct_item.rs (406, 2023-11-02)
compiler/danubec-ast/src/lib.rs (412, 2023-11-02)
compiler/danubec-ast/src/literal.rs (314, 2023-11-02)
compiler/danubec-ast/src/path.rs (197, 2023-11-02)
compiler/danubec-ast/src/ty.rs (882, 2023-11-02)
compiler/danubec-ast/src/visibility.rs (87, 2023-11-02)
compiler/danubec-codegen/ (0, 2023-11-02)
compiler/danubec-codegen/Cargo.toml (133, 2023-11-02)
compiler/danubec-codegen/src/ (0, 2023-11-02)
compiler/danubec-codegen/src/lib.rs (0, 2023-11-02)
compiler/danubec-compile/ (0, 2023-11-02)
compiler/danubec-compile/Cargo.toml (133, 2023-11-02)
compiler/danubec-compile/src/ (0, 2023-11-02)
compiler/danubec-compile/src/lib.rs (0, 2023-11-02)
compiler/danubec-dependency-graph/ (0, 2023-11-02)
compiler/danubec-dependency-graph/Cargo.toml (142, 2023-11-02)
compiler/danubec-dependency-graph/src/ (0, 2023-11-02)
compiler/danubec-dependency-graph/src/lib.rs (0, 2023-11-02)
compiler/danubec-diagnostics/ (0, 2023-11-02)
compiler/danubec-diagnostics/Cargo.toml (137, 2023-11-02)
... ...

# Danube Programming Language Danube is a programming language strongly inspired by [Rust](https://github.com/rust-lang/rust/), but it is an interpreter language without a lifetime and ownership model. ## Hello, World! ```danube fn main() { let message = "Hello, World!"; println(message); } ``` The syntax can be found in [docs/Syntax.md](./docs/Syntax.md). ## Special Thanks This language was named Danube by [@thehighestend](https://github.com/thehighestend)! ## License This project is licensed under the MIT license. Please see the LICENSE file for more details.

近期下载者

相关文件


收藏者