ronag / ada

Work-in-progress spec-compliant URL parser written in modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ada

Ada is a fast and spec-compliant URL parser written in C++. Specification for URL parser can be found from WHATWG website.

Requirements

  • A recent C++ compiler supporting C++17.
  • ICU.

Usage (CMake)

cmake -B build
cmake --build build
cd build
ctest .

About

Work-in-progress spec-compliant URL parser written in modern C++

License:Apache License 2.0


Languages

Language:C++ 91.3%Language:CMake 8.2%Language:C 0.2%Language:Shell 0.2%