From f0a1a5140be4e0148ab518360c7da41fe8a8e793 Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Sat, 12 Feb 2022 21:28:56 +0700 Subject: [PATCH] todolist --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0651a4 --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file