You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme/ExampleParsers.scalatex
+4-4
Original file line number
Diff line number
Diff line change
@@ -193,13 +193,13 @@
193
193
To begin using ScalaParse, add
194
194
195
195
@hl.scala
196
-
"com.lihaoyi" %% "scalaparse" % "2.0.0"
196
+
"com.lihaoyi" %% "scalaparse" % "2.0.1"
197
197
198
198
@p
199
199
To your SBT configuration. To use with Scala.js, you'll need
200
200
201
201
@hl.scala
202
-
"com.lihaoyi" %%% "scalaparse" % "2.0.0"
202
+
"com.lihaoyi" %%% "scalaparse" % "2.0.1"
203
203
204
204
@sect{PythonParse}
205
205
@div(id := "pythondiv")
@@ -211,7 +211,7 @@
211
211
PythonParse is currently compatible enough to parse all the python sources in Zulip, Ansible, Changes, Django, and Flask. It isn't published yet on maven central, but feel free to look at it if you want an idea of how to write a complex, real parser.
0 commit comments