lkishalmi opened a new pull request, #4472: URL: https://github.com/apache/netbeans/pull/4472
Well working on some ANTLRv4 stuff lately, for upcoming TOML support. Noticed that I need an implementations of CharStream over LexerInput and that, ANTLR Lexer is used as just convert some token type (that is an ```int``` in ANTRL4) to a ```TokenId``` The second commit is a kind of demonstration of the usage of this new module. A candidate could be our CSS lexer, though that seems to be on ANTLRv3 at the moment. I would use this module on TOML support. (I'm working on something for Terraform (HCL) as well.) Maybe a reduced dumb grammar for Gradle DSL instead if our Groovy... Also it might be good to try to move the ANTLRv3 stuff to ANTLRv4... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
