1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

:trollface:

This commit is contained in:
azur 2022-12-13 23:12:39 +07:00
parent 89db9e8b1e
commit 5df43cf779

11
README.md Normal file
View 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`
```