Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lcaballero/lucidedge.simplelineparser
- Owner: lcaballero
- Created: 2013-01-24T19:59:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T21:18:19.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T19:27:34.026Z (9 months ago)
- Language: C#
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"