Original PR: https://github.com/apple/pkl/pull/1114 Author: @stackoverflow Created: 7/7/2025 Status: ✅ Merged Merged: 7/8/2025 Merged by: @stackoverflow
Base: main ← Head: remove-antlr
main
remove-antlr
b2f9488
15 files changed (+0 additions, -2459 deletions)
📝 .gitignore (+0 -4) 📝 DEVELOPMENT.adoc (+0 -2) 📝 build.gradle.kts (+0 -4) 📝 buildSrc/src/main/kotlin/pklFatJar.gradle.kts (+0 -3) 📝 docs/docs.gradle.kts (+0 -1) 📝 docs/gradle.lockfile (+0 -1) 📝 gradle/libs.versions.toml (+0 -3) 📝 pkl-parser/gradle.lockfile (+0 -6) 📝 pkl-parser/pkl-parser.gradle.kts (+0 -47) ➖ pkl-parser/src/test/antlr/PklLexer.g4 (+0 -387) ➖ pkl-parser/src/test/antlr/PklParser.g4 (+0 -254) ➖ pkl-parser/src/test/kotlin/org/pkl/parser/ANTLRSexpRenderer.kt (+0 -1067) ➖ pkl-parser/src/test/kotlin/org/pkl/parser/ParserComparisonTest.kt (+0 -104) ➖ pkl-parser/src/test/kotlin/org/pkl/parser/ParserComparisonTestInterface.kt (+0 -112) ➖ pkl-parser/src/test/kotlin/org/pkl/parser/SpanComparison.kt (+0 -464)
.gitignore
DEVELOPMENT.adoc
build.gradle.kts
buildSrc/src/main/kotlin/pklFatJar.gradle.kts
docs/docs.gradle.kts
docs/gradle.lockfile
gradle/libs.versions.toml
pkl-parser/gradle.lockfile
pkl-parser/pkl-parser.gradle.kts
pkl-parser/src/test/antlr/PklLexer.g4
pkl-parser/src/test/antlr/PklParser.g4
pkl-parser/src/test/kotlin/org/pkl/parser/ANTLRSexpRenderer.kt
pkl-parser/src/test/kotlin/org/pkl/parser/ParserComparisonTest.kt
pkl-parser/src/test/kotlin/org/pkl/parser/ParserComparisonTestInterface.kt
pkl-parser/src/test/kotlin/org/pkl/parser/SpanComparison.kt
The new parser is already battle tested enough that we don't need to compare it to the older one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1114
Author: @stackoverflow
Created: 7/7/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @stackoverflow
Base:
main← Head:remove-antlr📝 Commits (1)
b2f9488Remove ANTLR from the repo📊 Changes
15 files changed (+0 additions, -2459 deletions)
View changed files
📝
.gitignore(+0 -4)📝
DEVELOPMENT.adoc(+0 -2)📝
build.gradle.kts(+0 -4)📝
buildSrc/src/main/kotlin/pklFatJar.gradle.kts(+0 -3)📝
docs/docs.gradle.kts(+0 -1)📝
docs/gradle.lockfile(+0 -1)📝
gradle/libs.versions.toml(+0 -3)📝
pkl-parser/gradle.lockfile(+0 -6)📝
pkl-parser/pkl-parser.gradle.kts(+0 -47)➖
pkl-parser/src/test/antlr/PklLexer.g4(+0 -387)➖
pkl-parser/src/test/antlr/PklParser.g4(+0 -254)➖
pkl-parser/src/test/kotlin/org/pkl/parser/ANTLRSexpRenderer.kt(+0 -1067)➖
pkl-parser/src/test/kotlin/org/pkl/parser/ParserComparisonTest.kt(+0 -104)➖
pkl-parser/src/test/kotlin/org/pkl/parser/ParserComparisonTestInterface.kt(+0 -112)➖
pkl-parser/src/test/kotlin/org/pkl/parser/SpanComparison.kt(+0 -464)📄 Description
The new parser is already battle tested enough that we don't need to compare it to the older one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.