Nurina is a URI parser for Elixir, using only pattern matching.
Find a file
2015-02-14 23:36:55 +02:00
lib Simplify case statement a bit 2015-02-14 23:36:55 +02:00
test Initial commit 2015-02-14 20:57:07 +02:00
.gitignore Initial commit 2015-02-14 20:57:07 +02:00
mix.exs Initial commit 2015-02-14 20:57:07 +02:00
README.md Add readme 2015-02-14 21:02:09 +02:00

Nurina

Nurina is a URI parser for Elixir. It was written for fun and as a learning exercise, so it's probably not terribly useful. It uses pattern matching instead of regex to parse the given URI, and attempts to follow RFC 3986.