Companion

object Companion : Parser

Functions

Link copied to clipboard
fun parseFile(code: String, path: String = "temp.kt", throwOnError: Boolean = true): Node.KotlinFile

Parses Kotlin source code into AST.