TextParser/README.md

13 lines
292 B
Markdown
Raw Permalink Normal View History

2024-12-01 10:26:44 +00:00
# TextParser
2024-12-01 02:13:49 -08:00
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.
2024-12-01 02:13:49 -08:00
## Usage
TODO: dotnet sample code on usage
## Development
Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.