/mosc

🚧 [WIP] The official compiler of the Mosfet language.

Primary LanguageRustMIT LicenseMIT

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.