diff --git a/README.md b/README.md index 363133c..46e75ed 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ Elchemy uses Elm to typecheck your program. Although it is possible to use it wi # Maturity of the project - Parser - **99%** of Elm's syntax (see [elm-ast](https://github.com/Bogdanp/elm-ast/issues)) -- Compiler - **99%** (Sophisticated incremental compilation. No support for Windows yet though ([#287](https://github.com/wende/elchemy/issues/287)) also big reliance on unix tools ([#288](https://github.com/wende/elchemy/issues/288)) -- Elchemy-core - **95** ( Everything covered except side effects and JSON Decoders) +- Compiler - **90%** (Sophisticated incremental compilation. No support for Windows yet though ([#287](https://github.com/wende/elchemy/issues/287)) also big reliance on unix tools ([#288](https://github.com/wende/elchemy/issues/288)) +- Elchemy-core - **95%** ( Everything covered except side effects and JSON Decoders) - Interop with Elixir - **90%** - Purity tests ([#162](https://github.com/wende/elchemy/issues/162)) and handling of macro-heavy libraries ([#276](https://github.com/wende/elchemy/issues/276)) to go - Ideology - **70%** - We've got a pretty solid idea of where Elchemy is going - Documentation - **80%** - There are two tutorials and a complete Gitbook documentation. Few entrance level tutorials though