Remove ANTLR from the repo (#1114)

This commit is contained in:
Islon Scherer
2025-07-08 09:43:35 +02:00
committed by GitHub
parent 0973774a5d
commit 3a35be6311
15 changed files with 0 additions and 2459 deletions

View File

@@ -82,8 +82,6 @@ based on version information from https://search.maven.org, https://plugins.grad
* Truffle code generation is performed by Truffle's annotation processor, which runs as part of task `:pkl-core:compileJava`
** Output dir is `generated/truffle/`
* ANTLR code generation is performed by task `:pkl-core:generateTestGrammarSource`
** Output dir is `testgenerated/antlr/`
== Remote JVM Debugging