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

12 lines
292 B
Markdown
Raw Normal View History

2022-02-12 08:28:56 -06:00
# Hycron
Programming language that compiles to C
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
# Prerequistie
- `clang` and `clang-format`
- Rust (if you're going to build from source)
2022-02-12 08:28:56 -06:00
# TODO
- Compliation
- Optimization
2022-02-16 09:36:33 -06:00
- Error reporting