diff --git a/README.md b/README.md index df32b6a..b08015b 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,4 @@ If you want to help me, please star this repository to increase the visibility o ## Roadmap * Research the viability of supporting building system for languages which have an standard (c, cpp, rust, java) directly without a Makefile. +* Run tasks as defered, so if a user run the compiler in it's home directory, it doesn't get stuck for a while due to the binary search.