Skip to content

Commit

Permalink
WIP: bnf parses now
Browse files Browse the repository at this point in the history
  • Loading branch information
pehrs committed Mar 17, 2024
1 parent 4ac2cf1 commit 817be8d
Show file tree
Hide file tree
Showing 62 changed files with 2,572 additions and 1,960 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ sourceSets {
}
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
}

// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
Expand Down
12 changes: 0 additions & 12 deletions sample.yql

This file was deleted.

48 changes: 11 additions & 37 deletions src/main/gen/com/pehrs/vespa/yql/plugin/YqlElementTypes.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 817be8d

Please sign in to comment.