Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyh committed Nov 25, 2017
1 parent 2090c03 commit 9c5840a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -25,6 +25,8 @@ Visit [intellij-crystal.github.io] to find documentation about installation and

## Roadmap

To track the progress [see the agile board here](https://tzatziki.io/b/zbcwdZLjAZa8wQdxX/intellij-crystal)

The following features will evolve over the next few months:

* full lexer - with tests
Expand Down Expand Up @@ -56,10 +58,7 @@ coming soon

| IntelliJ |
|---------------------------|
| 2017.1.2 |
| 2017.1.1 |
| 2017.1 |
| Latest EAP |
| 2017.2 |


## Contributing
Expand All @@ -70,12 +69,13 @@ coming soon

1. clone the repo
2. ./gradlew idea
3. ./clean_all.sh (check the paths in the file first and amend accordingly)
4. ./gradlew build
5. open in intellij
3. ./gradlew build
4. open in intellij

### Testing notes

* to regenerate the parser and lexer run: ./regenerate.sh

for the parser:

* checkout the crystal source code
Expand Down

0 comments on commit 9c5840a

Please sign in to comment.