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.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,13 @@
7
7
8
8
# Farkle
9
9
10
-
<!--"Modern" is a marketing catchphrase, but keep in mind that FsLexYacc is definitely not "modern"-->
11
-
Farkle is a modern and easy-to-use parser library for F# and C#, that creates [LALR parsers][lalr] from composable [parser combinator][combinator]-like objects.
10
+
Farkle is a modern and easy-to-use parser library for F# and C#, that creates [LALR parsers][lalr], using an API that resembles [parser combinators][combinator].
12
11
13
12
## Documentation
14
13
15
-
*[Quick Start: Creating a calculator](https://teo-tsirpanis.github.io/Farkle/quickstart.html)
16
-
*[Using Farkle with C#](https://teo-tsirpanis.github.io/Farkle/csharp.html)
0 commit comments