mosaic-lang-0.0.2 is not a library.
Mosaic
WELCOME TRAVELLER examples/hello.msc is the only working one, and it requires the standard library, which only I have lol so yeah good luck
A simple compiled programming language "heavily inspired" by Rust.
Dependencies
- Rust & Cargo
ldunless a custom linker is specified, forgot how though- Shell
DO NOT USE install.sh it downloads defunct mosaic-std and mosaic-core onto your system just use C bindings
Documentation
Documentation can be found in src/lexer.rs,
src/parser.rs, and src/compiler/cranelift
Supported Targets (tested)
aarch64-apple-darwinApple Silicon iMacs, MacBooks, etc…aarch64-unknown-linux-gnuAny Linux distro with an ARM64 chipx86_64-apple-darwinIntel iMacs, MacBooks, etc…x86_64-unknown-linux-gnuWindows WSL or any Linux distro with an x86_64 chip.
With extra configuration, compiling on Windows without WSL is possible.