Top 20 NuGet parser Packages

CsvParser is a .NET library that makes it easy to work with comma-separated-value (CSV) files (as well as files with other delimiters). Includes basic classes to easily read and write CSV data, and also higher-level classes that automatically map class properties to CSV columns. The library correctl...
The lexer was exactracted from the simple arithmetic parser.
A C# class generator from SQL CREATE TABLE Statements (MySQL)
A .NET Command Line Parsing library which is set up and parsed using fluent syntax. It parses command line arguments into strongly-typed classes which you define. Supports conditional dependencies between arguments, conversion, default values, a basic shell, and automatic help/usage text. It also su...
A .NET class library that makes it easier to parse text. The library tracks the current position within the text, ensures your code never attempts to access a character at an invalid index, and includes many methods that make parsing easier. The library makes your text-parsing code more concise and ...
Parse strings into objects
parses commandline arguments to objects
A library for parsing Counter-Strike: Global Offensive demos.
Trl.PegParser contains a tokenizer and a parser. The tokenizer uses regular expressions to define tokens, and exposes both matched and unmatched character ranges. The PEG Parser uses parsing expression grammers with tokens produced by the tokenizer. Trl.PegParser is build on .NET Standard 2.1 for cr...
An ultra-fast expression-based binary serializer/deserializer using pre-emitted serializers/deserializers with support for transmitting types even if they do not exist on the other assembly.
A Generic HL7 message low level DECODER supporting all HL7 PIPE Delimited Messages. The library implements the IEnumerable Interface allowing for Linq queries to be used on HL7 Messages at any level. Common HL7 DataTypes are included within an extensible framework allowing Custom HL7 DataTypes to...
It enables you to parse web sites or any other XML-based content with a predefined template
Simple, yet powerful, strongly typed command line arguments parser library for .NET.
A parser for TUC files.
Provides System.Linq.IQueryable extensions such as filtering, ordering, paging, etc.
A specification library for Rochas.DapperRepository implementation
This piece of code can simply separate a full name into first name, last name and middle names, regardless of the number of spaces between them. Even if the last name is more than one.
Lightweight .NET class for reading and writing fixed-width data files. Includes basic reader and writer class, and also generic classes that automatically map class properties to fixed-width fields. Includes many options to control the library's behavior. Now targets either .NET 5.0 or .NET Standard...
iniファイルユーティリティ
Brigadier is a command parser & dispatcher, designed and developed for Minecraft: Java Edition, ported for C#.