Skip to content

Commit

Permalink
Merge pull request #2109 from jplag/feature/swiftRework
Browse files Browse the repository at this point in the history
Updated the swift implementation to the new framework
  • Loading branch information
tsaglam authored Jan 17, 2025
2 parents 00d96fc + 03d0db6 commit 4f3f6f3
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 652 deletions.
5 changes: 5 additions & 0 deletions languages/swift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
<groupId>de.jplag</groupId>
<artifactId>language-antlr-utils</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit 4f3f6f3

Please sign in to comment.