Stepan Strunkov
Stepan Strunkov
If g4 is already associated with text files and plugin is installed after that it doesn't reassign *.g4 with ANTLR language
@yegor256 @Graur @mximp `DataizedTest.java` fails during action executing. [Logs](https://github.com/objectionary/eo/runs/7653059478?check_suite_focus=true) It works fine on my local machine, however it fails on @EugeneDar local machine
Moved Transpiler into TranspileMojo objectionary/eo#935
In my language I have TAB and UNTAB tokens (it is important like in Python). It is impossible to process TAB and UNTAB in grammar.g4 correctly so I need special...
I have this code: ``` func f() { var s = "abc \n" } ``` The problem is that `"abc \n"` is black (should be green because it is string)....