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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
A simple parser combinator, created in Swift.
10
10
11
-
ParserCombinator attempts to create a simple and user friendly way to parse strings into objects and structures. Technical terms are largely avoided and convienience parsers are provided.
11
+
ParserCombinator attempts to create a simple and user friendly way to parse strings into objects and structures. Technical terms are largely avoided and convenience parsers are provided.
12
12
13
13
The parser can be enacted by calling the 'run' function:
0 commit comments