Skip to content

GustavoRassi/HTML-Validator

Repository files navigation

HTML-Validator

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
      

What I Learned

  • Implementation of a stack using a linked list.
  • The basics of HTML.
  • A string as an array of characters.
  • Object composition.
  • fstream library.

About

Parser that reads and validates HTML syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages