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

20 lines
697 B
Markdown
Raw Normal View History

2022-03-06 10:51:03 -06:00
# Hades
2022-03-06 14:53:44 -06:00
Programming language that compiles to JavaScript!
2022-02-25 02:59:17 -06:00
2022-03-06 14:53:44 -06:00
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)
2022-02-12 08:28:56 -06:00
# Prerequistie
2022-03-05 07:55:02 -06:00
- `node` or any JavaScript runner
- Rust (if you're going to build from source)
2022-02-12 08:28:56 -06:00
# TODO
2022-02-25 04:03:55 -06:00
- Optimization (IR)
- Error reporting (probably with Ariadne crate)
- Standard library
- Runtime stuff
# License
2022-03-06 10:51:03 -06:00
Hades is licensed under both [MIT license](https://github.com/azur1s/hades/blob/master/LICENSE-MIT) and [Apache License](https://github.com/azur1s/hades/blob/master/LICENSE-APACHE)
2022-02-25 04:03:55 -06:00
Anything helps! :D