TextParser/README.md
Simon Diesenreiter 6639ef82ae
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Has been skipped
Rename the project from template / rename-project (push) Successful in 12s
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m29s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
ci: initial commit for triggering migration, ref: NOISSUE
2024-12-01 11:17:39 +01:00

294 B

project_name

A generic inpout parser class. Capable of tokenizing any text input according to preset rules. Mainly used and created for solving Advent of Code challenges in 2024.

Usage

TODO: dotnet sample code on usage

Development

Read the CONTRIBUTING.md file.