Makes life working with units of measurement just a little bit better.
-
Updated
Mar 10, 2025 - C#
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Makes life working with units of measurement just a little bit better.
Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.
A lightweight and fast parsing library for C#.
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
Library Written in C# For Parsing SQL Server T-SQL Scripts in .Net
Parses PDF417 AAMVA-compliant driver's licenses and ID cards
xFunc provides a powerful parser and analyzer for mathematical expressions. It excels at calculating derivatives, simplifying expressions, and achieving high performance.
Evaluate C# Formulas at Runtime
DocumentAtom provides a light, fast library for breaking input documents into constituent parts (atoms), useful for text processing, analysis, and artificial intelligence.
A "robots.txt" parsing and querying library for .NET
Yet Another UserAgent Analyzer .NET Standard Porting