kotlinx / ast

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

Installation of the Library #9

Closed ckaanakyol closed 4 years ago

ckaanakyol commented 4 years ago

Hello,

I am interested in code generation and worked on it couple of years. I want to implement some code generation app. I used to work with Clang, but decided to switch C++ to Kotlin.

I try to run the application on its own but failed to manage. Is there any way to run it on its own?

Thanks,

drieks commented 4 years ago

Hello @ckaanakyol,

sorry for the late answer. This is no Code Generation Library, it contains currently just the parsing part. I'm using kotlinx.ast to parse Kotlin source files (I'm looking for Annotations) and com.squareup:kotlinpoet for code generation.