Greg Shrago

Results 46 comments of Greg Shrago
trafficstars

"JFlex lexer" can stand for 3 different entities: a flex file, a java file, a class file. How exactly the delegation to a JFlex lexer could look like in LivePreviewLexer.java...

I'm not sure how to address this. Standalone invocation lacks Java PSI model so class-files are the only source of method signatures. I personally prefer manual generation to a dedicated...

https://github.com/JetBrains/gradle-grammar-kit-plugin/issues/23#issuecomment-721111310

Please try 1.2.1. I always get (which seems to be the correct variant according to BNF): ``` public interface HaxeTypeTag extends HaxePsiCompositeElement { @NotNull List getFunctionTypeList(); @Nullable HaxeTypeOrAnonymous getTypeOrAnonymous(); }...

No, there's no underlying plugin. Just IntelliJ and JVM. And no difference between Ultimate and Community.

You mean "JetBrains JFlex" library created for holding JFlex.jar, a lexer generator? It has nothing to do with Adobe Flash/Flex... no flash-games, no ads, no flics while coding! BTW How...

GK passes regexp fragments further AS IS and saves on \\\\\\\\ here.

Thanks for a good suggestion. I'll try to find some time for that in the new update.

ErrorElement cannot be some TokenElement at the same time. So the error is placed before the next token allowing parser to proceed normally if there's no active _recoverWhile_ . In...