/SimpleParser

Primary LanguageC#MIT LicenseMIT

SimpleParser

It's a short demo how to write simple tokenizer that splits text line into list of values like double, string etc.

Double parser

2nd version of double parser is much faster than regexp implementation

Benchmark results