Update FAQ 'When will the compiler be ready to use?' in README.md

This commit is contained in:
Sam Vervaeck 2024-02-09 21:37:36 +01:00
parent bf4f328856
commit 89ab4833ba
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -112,9 +112,15 @@ stand out from other programming languages.
### When will the compiler be ready to use?
We hope to have a working compiler by the start of 2023. Currently, we are
working hard to get the type-checker fully operational. After that work will
continue on the code generator and garbage collector.
It is really difficult to say when the compiler will be ready. This project is
made exclusively in people their spare time. Depending on the availability of the
programmers making this project possible, this might take a lot of months or
even years.
Currently, we are working hard to get the type-checker fully operational. After
that work will continue on the code generator and garbage collector. A small
part of the code generator is already done: the first bindings to LLVM are
operational and will be expanded in the future. Stay tuned!
### Why yet another programming language?