tests/languages/kotlin


Log

Author Commit Date CI Message
Michael Schmidt 563cd73e 2021-12-05T14:48:00 Kotlin: Added `char` token and improved string interpolation (#3225)
Osip Fatkullin a5107d5c 2020-11-15T20:28:34 Kotlin: Added support for backticks in function names (#2489)
Limo Saplf 1bf73b0b 2018-04-13T14:18:38 Add keywords of Kotlin and modify it's number pattern. (#1389) * Add keywords & modify number pattern. - Missing keywords by the creator: vararg dynamic infix operator; - New keywords by Kotlin 1.1&1.2: suspend typealias external expect actual; - Remove keyword 'to' as it just a common function name; - Add seperator '_' for the number iteral; - Prefix of hexadecimal and binary can also be capital. * Fix the wrong format of test file.
Golmote cc80ccda 2018-03-13T08:15:56 Remove most of the cloning occurrences in language definitions.
Golmote eb7aa969 2015-10-22T07:12:42 Add support for Kotlin