mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
11 lines
373 B
Markdown
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`
|
|
``` |