Hi Team,
I developed a custom language plugin. all well and good, working fine as IDE plugin.
Its possible use grammar kit generated parser and laxer and its generated classes outside of the Plugin.
for example in a gradle task, invoke the lexter/parser and get the root node.
or a dependency in a spring boot application, so application consume the parser at runtime.
If so what are all the dependencies i need from IntelliJ platform.
If not possible, i have to write another parser/laxer.