This repository contains the work-in-progress specification of the Kotlin programming language.
For user documentation please refer to the Kotlin Website.
Html version of the specification is available on the GitHub pages.
Pdf version (full and by sections) can be downloaded from the TeamCity builds page.
The grammar is a part of the specification, it's contained in the specification docs.
The original grammar files in ANTLR4 format is contained in the grammar folder (for Kotlin compiler latest, used on the Kotlin website) and docs folder (for Kotlin compiler 1.2.41, used in the specification docs).