Top 20 NuGet parser Packages

A library for creating and analyzing context-free grammars (CFGs) and implementing parser-generators.
NCmdLiner provides a command line parser with auto documentation capabilities.
A C# Server side component for the popuplar jQuery datatables plugin http://datatables.net/
A .NET implementation of the Snowplow referer-parser project
Web/Html Helper Class Library. Markdown Parser / Html Santizer Example: using StackExchange.DataExplorer.Helpers; Convert Markdown to Html: var html = HtmlUtilities.RawToCooked(form["markdown"]) Santize / Normalize Html: @Html.Raw(HtmlUtilities.Safe(html))
A C# Serverside parser for the popuplar jQuery datatables plugin
Use FlatFiles to generate MVC ActionResults.
Console application helpers and utilities.
Nuget package for fsharplex and fsharpyacc.
F# extensions for Stanford.NLP.Parser
MaltParser is a system for data-driven dependency parsing, which can be used to induce a parsing model from treebank data and to parse new data using an induced model.
Provides convenient utility methods for working with Enums and their user-friendly descriptions
A .NET library for converting entities to and from JSON.
A parser for the website wikitionary.org. Quite rudimentary for now, has to be completed bit by bit.
This is a PDDL parser library using an ANTLR 4 grammar that provides a very simple interface to interact with domain-problems. This library publishes one object class whose API exposes methods for obtaining: * The initial state. * The goals. * The list of operators. * The po...
VBF.Compilers.Parsers is a GLR parser generator library. Compose grammars using Linq clauses, parsers with automatic error recovery can then be generated at runtime. Any context free grammar is supported, grammars with ambiguities can still be used by providing resolution rules.
A helper class with console arguments parsing, log initialization, configuration file loading. Uses NLog for logging.
A .NET library that lets you (given a path to either a config or a folder where multiple configs are located) generate an in-memory class tree model of an Arma game configuration file that you can later use to do whatever you please with.
This package uses a Pratt Parser to parse mathematical expresssions in a made-up language. This library takes a string, can convert it into a token stream, parse that stream into a parse tree (returning the root node), and evaluate that into a result.
A parser and compiler for arithmetic expressions, with error reporting. Inspired by Roslyn.