mirror of
https://github.com/apple/pkl.git
synced 2026-07-12 08:02:40 +02:00
Replace ANTLR with hand-rolled parser (#917)
Co-authored-by: Kushal Pisavadia <kushi.p@gmail.com> Co-authored-by: Daniel Chao <daniel.h.chao@gmail.com>
This commit is contained in:
@@ -24,7 +24,6 @@ dependencies {
|
||||
implementation(projects.pklCore)
|
||||
implementation(libs.msgpack)
|
||||
implementation(libs.truffleApi)
|
||||
implementation(libs.antlrRuntime)
|
||||
|
||||
testImplementation(projects.pklCommonsTest)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user