1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
Another lisp dialect (mirror)
Find a file
2022-12-13 23:33:26 +07:00
compiler Implements let compliation 2022-12-13 23:33:26 +07:00
entry Implements let compliation 2022-12-13 23:33:26 +07:00
examples Implements let compliation 2022-12-13 23:33:26 +07:00
parser :trollface: 2 2022-12-13 23:13:54 +07:00
vm Implements let compliation 2022-12-13 23:33:26 +07:00
.gitignore cpp -> typescript 2022-03-16 07:36:39 +07:00
Cargo.lock :trollface: 2022-12-13 23:02:41 +07:00
Cargo.toml :trollface: 2022-12-13 23:02:41 +07:00
FUNDING.yml update misc stuff 2022-03-07 03:53:44 +07:00
LICENSE-APACHE rename (again) 2022-03-06 23:51:03 +07:00
LICENSE-MIT rename (again) 2022-03-06 23:51:03 +07:00
README.md :trollface: 2022-12-13 23:12:39 +07:00
rustfmt.toml :trollface: 2022-12-13 23:02:41 +07:00

!!! In development !!!

Holymer

A ML-inspired programming language for making back-end application.

Contributing

Please have Rust programming language installed on your machine before building it.

$ git clone https://github.com/azur1s/holymer.git
$ cd holymer
# build with `cargo build` or just `cargo run -- filename`