mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
compiler | ||
entry | ||
examples | ||
lower | ||
parser | ||
vm | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
FUNDING.yml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rustfmt.toml |
!!! In development !!!
Update: There might be a stagnate in the development because my school is open and there will be a lot of assignments coming. Don't worry! I'm still learning more about compiler inner workings in my free time. I'll be back in a while.
Holymer
A ML-inspired programming language for making back-end application.
Contributing
Please have Rust programming language installed on your machine before building it.
$ git clone https://github.com/azur1s/holymer.git
$ cd holymer
# build with `cargo build` or just `cargo run -- filename`