Skip to content

Commit

Permalink
Corrected typo, set Compiler to 90% (#314)
Browse files Browse the repository at this point in the history
* Corrected typo, set Compiler to 90%

I added a percentage sign and I think 'no Windows support' weights more as 1%
Spelling that a compiler is 99% ready with zero support for this one OS might seem a little bit like discrimination? 
Wonderful to see how this overview about your progress grows, I absolutely love it ^-^

* fix type
  • Loading branch information
ShalokShalom authored and wende committed Apr 11, 2018
1 parent ee5e761 commit d5da433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5da433

Please sign in to comment.