Skip to content

Commit 5738ae9

Browse files
committed
Added modules section to README and moved test resource 'Enum.kt' to the correct folder
1 parent 9202f56 commit 5738ae9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The incremental expression compilation logic is all in [CompiledFile.kt](src/mai
4343

4444
There is an extensive suite of behavioral [tests](src/test/kotlin/org/javacs/kt), which are all implemented in terms of the language server protocol, so you should be able to refactor the code any way you like and the tests should still work.
4545

46+
## Modules
47+
48+
| Name | Description |
49+
| ---- | ----------- |
50+
| server | The language server executable |
51+
4652
## Scripts
4753

4854
| Name | Command | Description |

0 commit comments

Comments
 (0)