mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
15 lines
407 B
Markdown
15 lines
407 B
Markdown
<div align="center" style="display:grid;place-items:center;">
|
|
<h1>Holymer</h1>
|
|
</div>
|
|
|
|
Holymer is a programming language
|
|
|
|
It's pretty boring right now so come back later :D
|
|
|
|
## Contributing
|
|
You need to have [Rust Toolchain](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`
|
|
``` |