mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #1114] [MERGED] Remove ANTLR from the repo #893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.