mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
update
This commit is contained in:
parent
ff79c39cde
commit
7b108df8f5
|
@ -1,4 +1,6 @@
|
||||||
!!! In development !!!
|
!!! In development !!!
|
||||||
|
|
||||||
|
Update: There might be a stagnate in the development because my school is open and there will be a lot of assignments coming. Don't worry! I'm still learning more about compiler inner workings in my free time. I'll be back in a while.
|
||||||
# Holymer
|
# Holymer
|
||||||
A ML-inspired programming language for making back-end application.
|
A ML-inspired programming language for making back-end application.
|
||||||
|
|
||||||
|
@ -8,4 +10,4 @@ Please have [Rust programming language](https://github.com/rust-lang/rust) insta
|
||||||
$ git clone https://github.com/azur1s/holymer.git
|
$ git clone https://github.com/azur1s/holymer.git
|
||||||
$ cd holymer
|
$ cd holymer
|
||||||
# build with `cargo build` or just `cargo run -- filename`
|
# build with `cargo build` or just `cargo run -- filename`
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue