Skip to content

Commit

Permalink
refactor: Convert ANTLR MatchingRuleDefinition parser to a recursive …
Browse files Browse the repository at this point in the history
…decent parser #1615
  • Loading branch information
rholshausen committed Oct 28, 2022
1 parent 2d730c7 commit 532beab
Show file tree
Hide file tree
Showing 8 changed files with 534 additions and 145 deletions.
10 changes: 0 additions & 10 deletions core/model/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
id 'antlr'
}

task pactsJar(type: Jar, dependsOn: testClasses) {
classifier = 'test-pacts'
into('jar-pacts') {
Expand Down Expand Up @@ -49,10 +45,4 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest:2.1'
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.232'
testRuntimeOnly "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"

antlr "org.antlr:antlr4:4.11.1"
}

compileKotlin {
dependsOn 'generateGrammarSource'
}

This file was deleted.

This file was deleted.

Loading

0 comments on commit 532beab

Please sign in to comment.