Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 724 Bytes

TagChecker 🔖

This simple application provides utilities for checking:

  • All the tags in a given piece of text (paragraph) are correctly nested
  • And, there are no missing or extra tags.

See full details in ./docs/requirements

🚥 Status

PR Builder

🏗 Development

🐞 Debugging

  • Either:

    • NodeJS node 16
    • Nix setup
  • Debug command: > yarn debug (will default parse data/debug.txt)

🧪 Testing

  • Run yarn test

📖 Usage

  • Build: yarn build
  • Run: yarn start <filename> where filename is name of the file to parse, and required to be in data folder (filename is default to debug.txt)