mosc

所属分类:硬件设计
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2021-03-13 12:57:56
上 传 者sh-1993
说明:  [WIP]Mosfet语言的官方编译器。,
([WIP] The official compiler of the Mosfet language.,)

文件列表:
Cargo.lock (13516, 2021-03-11)
Cargo.toml (44, 2021-03-11)
LICENSE (1085, 2021-03-11)
compiler/ (0, 2021-03-11)
compiler/Cargo.toml (346, 2021-03-11)
compiler/src/ (0, 2021-03-11)
compiler/src/main.rs (2203, 2021-03-11)
parser/ (0, 2021-03-11)
parser/Cargo.toml (348, 2021-03-11)
parser/src/ (0, 2021-03-11)
parser/src/config.rs (641, 2021-03-11)
parser/src/constants.rs (393, 2021-03-11)
parser/src/context.rs (1085, 2021-03-11)
parser/src/errors.rs (476, 2021-03-11)
parser/src/io/ (0, 2021-03-11)
parser/src/io/mod.rs (34, 2021-03-11)
parser/src/io/readers/ (0, 2021-03-11)
parser/src/io/readers/cursor.rs (2671, 2021-03-11)
parser/src/io/readers/mod.rs (21225, 2021-03-11)
parser/src/io/readers/span.rs (4840, 2021-03-11)
parser/src/lib.rs (609, 2021-03-11)
parser/src/parsers/ (0, 2021-03-11)
parser/src/parsers/commons/ (0, 2021-03-11)
parser/src/parsers/commons/comments.rs (12233, 2021-03-11)
parser/src/parsers/commons/identifier.rs (4691, 2021-03-11)
parser/src/parsers/commons/mod.rs (59, 2021-03-11)
parser/src/parsers/commons/whitespaces.rs (17667, 2021-03-11)
parser/src/parsers/expressions/ (0, 2021-03-11)
parser/src/parsers/expressions/literals/ (0, 2021-03-11)
parser/src/parsers/expressions/literals/integer.rs (26155, 2021-03-11)
parser/src/parsers/expressions/literals/mod.rs (2294, 2021-03-11)
parser/src/parsers/expressions/literals/numbers.rs (7818, 2021-03-11)
parser/src/parsers/expressions/mod.rs (3477, 2021-03-11)
parser/src/parsers/file.rs (8671, 2021-03-11)
parser/src/parsers/mod.rs (132, 2021-03-11)
parser/src/parsers/result.rs (258, 2021-03-11)
parser/src/parsers/statements/ (0, 2021-03-11)
parser/src/parsers/statements/mod.rs (4229, 2021-03-11)
... ...

# mosc - The official compiler of the Mosfet language This repository contains the official compiler of the Mosfet language. > Working in progress, stay tuned! ## Building To build the compiler use the command `cargo build`. ## Testing To run all the tests use the command `cargo test`. ## Objectives The main goal for the project is to reach a state mature enough to make `mosc` self-hosted, i.e., the compiler is compiled with itself.

近期下载者

相关文件


收藏者