2022-02-12 08:28:56 -06:00
|
|
|
# Hycron
|
2022-02-24 08:45:35 -06:00
|
|
|
Programming language that compiles to C
|
2022-02-25 02:59:17 -06:00
|
|
|
|
2022-02-17 07:44:36 -06:00
|
|
|
Note: The syntax can still be changed, if you have an idea, feel free to make an issues about it.
|
2022-02-12 08:28:56 -06:00
|
|
|
|
2022-02-24 08:45:35 -06:00
|
|
|
# Prerequistie
|
|
|
|
- `clang` and `clang-format`
|
|
|
|
- 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
|
|
|
|
Hycron language is licensed under [GNU Affero General Public License 3.0](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
|
|
|
|
|
|
# Support
|
|
|
|
This is just a project for fun. If you wish to support me, you can do it through:
|
|
|
|
- [Kofi](https://ko-fi.com/azur1s)
|
|
|
|
|
|
|
|
Anything helps! :D
|