Skip to content

Commit

Permalink
Merge branch 'fasit'
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Sep 2, 2024
2 parents bdbed0e + 4ba27aa commit 92260f1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions foredrag/ressurser.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,15 @@ val b: Parser[B] = ???
|:---------------------------------------------------:|:-----------------------------------------------------------------------------------------------|:---------|
| a.map(f)<br/>f: A => C | parse `a`, transformer resultatet vha funksjonen f | C |
| a.mapFilter(f)<br/>f:&nbsp;A&nbsp;=>&nbsp;Option[C] | parse `a`, transformer resultatet vha funksjonen f. Parseren feiler hvis resultatet er None | C |
| a.repSep |
-
| a.repSep |


---

### Linker

* [Cats-Parse](https://typelevel.org/cats-parse/)
* [Parsley](https://j-mie6.github.io/parsley/)
* [Parse Don't validate](https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/)
* [Intro to parsing](https://jakewheat.github.io/intro_to_parsing/)
* [Building scala combinator from scratch](https://blog.agilogy.com/2022-11-11-writing-a-parser-combinator-library-1.html)

0 comments on commit 92260f1

Please sign in to comment.