1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
This commit is contained in:
Natapat Samutpong 2022-02-12 21:28:56 +07:00
parent 900c225a12
commit f0a1a5140b

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# Hycron
Programming language
# TODO
- Compliation
- Optimization
- Use [chumsky](https://github.com/zesterer/chumsky) instead of [nom](https://github.com/Geal/nom) for parsing
- Error reporting (better with chumsky)