mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
move files from main branch
This commit is contained in:
parent
813d0dfd9e
commit
f57f10cbf2
2
FUNDING.yml
Normal file
2
FUNDING.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
ko_fi: azur1s
|
||||
github: azur1s
|
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Holymer
|
||||
A programming language
|
||||
|
||||
## 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`
|
||||
```
|
Loading…
Reference in a new issue