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-03-07 03:53:44 +07:00
crates some (h)ir 2022-03-07 03:45:09 +07:00
example some (h)ir 2022-03-07 03:45:09 +07:00
.gitignore refactor: rewrote lol 2022-02-11 18:07:32 +07:00
Cargo.lock some (h)ir 2022-03-07 03:45:09 +07:00
Cargo.toml some (h)ir 2022-03-07 03:45:09 +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 update misc stuff 2022-03-07 03:53:44 +07:00

Hades

Programming language that compiles to JavaScript!

Note: Everything in this project can be changed at anytime! (I'm still finding out what work best for lots of thing) if you have an idea, feel free to create an issues about it, or even create a PR! (I'd be very happy)

Prerequistie

  • node or any JavaScript runner
  • Rust (if you're going to build from source)

TODO

  • Optimization (IR)
  • Error reporting (probably with Ariadne crate)
  • Standard library
  • Runtime stuff

License

Hades is licensed under both MIT license and Apache License

Anything helps! :D