A C++ AMPHTML Validator for the AMPHTML format.
The AMPHTML Validator is maintained by the AMP Working Group: Caching
This code requires C++17. When building with Bazel
please use the flag --cxxopt='-std=c++17'.
For building, run: bazel build --cxxopt='-std=c++17' validator.
For testing, run: bazel test --cxxopt='-std=c++17' validator_test.