Skip to content

Commit e4d0dcf

Browse files
author
Guannan Wei
committed
a minimal import of parser/eval
1 parent 0d5e5b5 commit e4d0dcf

File tree

11 files changed

+14000
-0
lines changed

11 files changed

+14000
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ lazy val root = project
1010

1111
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
1212
libraryDependencies += "org.scala-lang" %% "scala3-staging" % scalaVersion.value,
13+
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.13.0"
1314
)
1415

1516
scalacOptions ++= Seq(

src/main/java/wasm/WatLexer.java

Lines changed: 1642 additions & 0 deletions
Large diffs are not rendered by default.

src/main/java/wasm/WatParser.java

Lines changed: 7914 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)