Skip to content

Muddl/just-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Compiler

A Julia Compiler built in Rust

Heavily inspired by first-step-rust Ported over by Wade Kaiser for CS4308 Fall '21

Please note that this project is still incomplete. Parsing is 90% complete but programs are unfortunately not runnable.

Before running the project, don't forget to cargo build --release

To interpret a file, run cargo run --release -- {FILE-PATH-HERE}

Once parsing is complete, files may be compiled to RISC-V assembly executables using cargo run --release -- {FILE-PATH=HERE} -c -o {OUTPUT-FILE-HERE}

I am exercising my P2 push to 11/14 for 10%.

About

A Rust-based Julia compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published