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
-
Either:
- NodeJS
node 16
- Nix setup
- NodeJS
-
Debug command:
> yarn debug
(will default parsedata/debug.txt
)
- Run
yarn test
- Build:
yarn build
- Run:
yarn start <filename>
wherefilename
is name of the file to parse, and required to be indata
folder (filename is default todebug.txt
)