grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

[Build] trgen not generating correct tester.pm1 for Java

Open kaby76 opened this issue 3 years ago • 0 comments
trafficstars

This is a minor problem for now, but could be a blocking problem later on. trgen does not generate a correct line for compiling all sources in tester.pm1. All java sources found should be added.

$msg = javac -cp "C:/Users/Kenne/Downloads/antlr4-4.10.1-complete.jar;." JavaScriptLexer.java JavaScriptParser.java  Program.java ErrorListener.java

This PR adds code for formatting JavaScript, but it's not in the javac compilation here. (Why it's being added to the parser is another issue.)

kaby76 avatar May 20 '22 11:05 kaby76