Skip to content

Commit

Permalink
probably my worst attempt at anything
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Jul 18, 2024
1 parent ba21ff3 commit c58b290
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 145 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ lazy val parser = module("parser")
"io.circe" %% "circe-generic" % "0.14.9" % Test,
"io.circe" %% "circe-parser" % "0.14.9" % Test,
"co.fs2" %% "fs2-io" % "3.10.2" % Test,
// TODO: this is temp
"com.lihaoyi" %% "pprint" % "0.9.0",
)
)
.enablePlugins(Antlr4Plugin)
Expand Down
Loading

0 comments on commit c58b290

Please sign in to comment.