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: about 1 month 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T21:18:19.000Z (over 12 years ago)
- Last Synced: 2025-06-12T19:03:38.507Z (about 1 month ago)
- Language: C#
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- 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"