You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gh-11363] Use Java single-file source execution instead of compiling
Use 'java SourceFile.java' (Java 11+) to run the parser directly
without compilation. This avoids needing write access to the bin
directory and simplifies the script.
0 commit comments