nemec / clipr

Command Line Interface ParseR for .Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add fluent interface for constructing a parser configuration.

nemec opened this issue · comments

commented

Instead of configuring the parser via attributes, it would be useful to be able to programmatically build the parser with a fluent interface. This will allow options to be added and removed dynamically and provide a code (instead of configuration) based interface for parsing.

There is some work already started on this (see clipr.Fluent namespace) but it's still in alpha stage.