Commit ff1dfac
authored
Update basic examples for Scala 3.5 and later (#331)
solves #320
Basic examples run into error `No given instance of type
fastparse.ParsingRun[$]` since Scala 3.5. This can be manually worked
around by replacing `parse("a", parseA(_))` with `parse("a", using _)`
since a `using` keyword is now required.1 parent d8f95da commit ff1dfac
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments