1 个仓库
Guides for implementing interpreters, compilers, and language runtimes.
Explore 1 awesome GitHub repository matching part of an awesome list · Programming Languages and Compilers. Refine with filters or upvote what's useful.
MoonBit is a programming language compiler and build system designed to translate source code into high-performance binaries for web, browser, and native environments. It provides a unified toolchain that manages the entire development lifecycle, from source code compilation and dependency management to the final bundling of applications. The platform distinguishes itself through a modular architecture that enables cross-environment logic sharing, allowing developers to maintain a single codebase that targets both WebAssembly and native machine code. By utilizing a strongly-typed intermediate
Translates source code into high-performance binaries for web, browser, and native environments.