Recursive descent lexer & parser.
$ mkdir build
$ cd build
$ cmake ..
$ ./main input.html > output.txt
Follow installation instructions and pass -D TESTS=ON
to cmake:
$ cmake -D TESTS=ON ..
Then:
$ ./tests
MIT, see LICENSE.md for more details.