mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
:trollface:
This commit is contained in:
parent
89db9e8b1e
commit
5df43cf779
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
!!! 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`
|
||||
```
|
Loading…
Reference in a new issue