Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AMPHTML Validator

A C++ AMPHTML Validator for the AMPHTML format.

Maintainers

The AMPHTML Validator is maintained by the AMP Working Group: Caching

Building and Testing with Bazel

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.