Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lcaballero/lucidedge.simplelineparser

Parser to deal with simple files that contain one item per line (and comments, and empty lines). This is really a simple project, and something better probably exists.
https://github.com/lcaballero/lucidedge.simplelineparser

Last synced: 23 days ago
JSON representation

Parser to deal with simple files that contain one item per line (and comments, and empty lines). This is really a simple project, and something better probably exists.

Awesome Lists containing this project

README

        

SimpleLineParser
================

Parser to deal with simple files that contain one item per line (and comments, and empty lines).
This is really a simple project, and something better probably exists.

Project Setup
=============

1. Install Nuget command line (use the second [link][Nuget])
1. Clone the project and build project (which builds the tests too).
1. The pre-build event will install the nuget packages into the solution.
1. The packages include NUnit and NUnitRunner. So, optionally run the tests.
1. At this point LucidEdge.SimpleLineParser should be a dll that you can use.

[Nuget]:http://nuget.codeplex.com/releases/view/58939 "Linke to Nuget command line"