Skip to content

Zhen-in-progress/tagchecker

 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Nix 1.4%
  • Shell 0.8%