Compiler that reads and validate an html file by analyzing the syntax.
- The validator program:
-
HTMLValidator.cpp
-
- Files that contain the tags used for validation:
-
self-closing.txt
-
tags.txt
-
- Implementation of a stack using a linked list.
- The basics of HTML.
- A string as an array of characters.
- Object composition.
- fstream library.