kotlinx / ast

Generic AST parsing library for kotlin multiplatform
Apache License 2.0
316 stars 22 forks source link

Add a grammar for Kotlin Script #101

Open h0tk3y opened 1 year ago

h0tk3y commented 1 year ago

It would be great to also have a way to parse *.kts sources this library. The Kotlin parsers that are present at the moment seem to reject top-level statements, which are allowed in Kotlin Script.