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-14 13:32:02 +07:00
compiler Separate print and println 2022-12-14 13:32:02 +07:00
entry fix function with lambda body 2022-12-14 12:50:02 +07:00
examples Separate print and println 2022-12-14 13:32:02 +07:00
parser fix comment not being ignored 2022-12-14 13:00:16 +07:00
vm Separate print and println 2022-12-14 13:32:02 +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`