generated from Templates/Dotnet_Library
13 lines
292 B
Markdown
13 lines
292 B
Markdown
# TextParser
|
|
|
|
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](CONTRIBUTING.md) file.
|