Nemesis.TextParsers
Type converter alternative
An efficient string parser for various data types
Parse any type from string in efficient way
33 stars
3 watching
4 forks
Language: C#
last commit: about 1 month ago
Linked from 1 awesome list
compound-typescsharp-sourcegeneratorparsingtypeconverter
Related projects:
Repository | Description | Stars |
---|---|---|
pest-parser/ast | Converts a dynamically typed Parse Tree to a strongly typed Abstract Syntax Tree and provides automatic conversion via derive. | 81 |
mknejp/dotvariant | A type-safe sum type library for C# that enables the creation of compact variants with compile-time checked constraints and generated interfaces. | 70 |
mission202/stringly.typed | A library to simplify type conversions in C# by avoiding unnecessary string usage and promoting strong typing. | 47 |
nblumhardt/tcalc | A C# parser implementation using Superpower for a simple calculation language | 38 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 919 |
stereobooster/type-o-rama | An online conversion tool and resource for interoperability between various JavaScript type systems | 244 |
turbopape/postagga | A Clojure-based natural language processing library for parsing and structuring text input into meaningful data. | 159 |
henry-sarabia/sliceconv | A package providing functions to convert between string representations of primitive types and their corresponding Go types on slices. | 10 |
datalust/superpower | A C# parser construction toolkit with high-quality error reporting | 1,078 |
aviationexam/json-converter-source-generator | Generates JSON converters for polymorphic data types with discriminator properties | 4 |
denosaurs/tokenizer | A simple tokenizer library for parsing and analyzing text input in various formats. | 17 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
eliaskosunen/scnlib | A modern C++ library for safer and more efficient input parsing. | 1,084 |
gurukami/typ | A library providing safe conversion and data retrieval functions from complex structures to basic types in Go. | 46 |
mdempsky/unconvert | A tool that analyzes Go source code to identify and report unnecessary type conversions. | 378 |