/DotNetParserExample

An example of my standard approach for writing parsers in .net, to compare the differences between using Span<T> and arrays.

Primary LanguageC#BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

.net Parser Example

An example of my standard approach for writing parsers in .net, to compare the differences between using Span<T> and arrays.