-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This diff reworks the current parser based on regexes in favor of one that uses Angstrom. It also removes the dependency on `ocaml-re`, moving the regular expressions to a new package `uri-re`. This happens to fix #21.
- Loading branch information
1 parent
21f76c7
commit 7c619f0
Showing
9 changed files
with
361 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(library | ||
(name uri) | ||
(public_name uri) | ||
(libraries re.posix stringext)) | ||
(libraries stringext angstrom)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.