staskobzar / url_parser_re2c

Parsing URL (rfc3986) with re2c
MIT License
2 stars 1 forks source link

URL Parsing with re2c

Small library for parsing URL. Parsing rules are based on ABNF RFC 3986 Apendix A. It does not support relative URIs yet.

Library is using re2c lexer to generate C parsing code.

See how to use in "example" directory.

Used in ruby library as C extension (https://github.com/staskobzar/url_parser_ruby_ext_re2c). More details in the blog article