and, yes, i'm probably mucking in things I shouldn...
# compiler
e
and, yes, i'm probably mucking in things I shouldn't and I'm currently reworking it all on top of the antlr4 grammars so I don't need to rely on compiler internals but I was hoping that with the plugins that the compiler offers there'd be a nicer way to do what I'm trying to do.
e
ah thanks. i remembered seeing similar articles a while back but lost track. i'll give it a look and see how much still applies. 🙂
ultimately i think a compiler plugin is what i want but it doesn't sound like that API will stabilize until 1.6ish
which is, as you're probably aware, not today. 😄
b
e
omg. i keep forgetting that's an option. i think last time i saw it was pre-done-baking and I thought "call me when it's done" and promptly forgot it. thanks. i think this will likely be the winner.
especially if I can keep using maven. i really dislike kotlin's gradle bias but oh well. i'm old. 😄
u
it doesn’t sound like that API will stabilize until 1.6ish
Technically there’s no compiler plugin API right now, you’re using compiler internals which are subject to change in any minor release. But we are planning to provide a public (and somewhat more stable) plugin API. Not in 1.6 though.
👍 2
e
That's why I'm pivoting to antlr. The grammar is at least more stable in that regard