Is the `grammar-tools` library still supported? I ...
# compiler
d
Is the
grammar-tools
library still supported? I see it hasn't been updated released since 2019. https://github.com/Kotlin/grammar-tools
y
Not sure, but seemingly this just creates a lexer and parser from the Kotlin spec repo, and that repo has been updated regularly enough
v
It has the "JetBrains Team" badge, so that translates to
Team projects are created by JetBrains employees. These projects include 20% projects, internal hackathons, those that support product development process, and/or benefit the JetBrains developer community. Team Projects are available for all to use in accordance to the licensing terms, despite not being officially supported. However, there are times that Team Projects become Official Projects.
It misses the stability badge though.
t
Last month I've actually started to write a lexer/parser for G4 grammars for KMP. I got to the point where lexer grammars are almost fully processed and parser grammars are somewhat processed. It is on hold for another month or so (other issues have higher priority), but I'll surely finish it as I actually need it for my project. If you know of a KMP lexer/parser for Kotlin let me know (open source of course, my lib is Apache 2.0 so I would need something like that).