1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
bobbylisp/README.md
2022-12-13 23:12:39 +07:00

11 lines
373 B
Markdown

!!! In development !!!
# Holymer
A ML-inspired programming language for making back-end application.
## Contributing
Please have [Rust programming language](https://github.com/rust-lang/rust) installed on your machine before building it.
```shell
$ git clone https://github.com/azur1s/holymer.git
$ cd holymer
# build with `cargo build` or just `cargo run -- filename`
```