mono.linq.expressions
Expression builder
An extension of System.Linq.Expressions to provide additional functionality for creating and manipulating expression trees in C#
Complement for System.Linq.Expressions
114 stars
16 watching
25 forks
Language: C#
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
verbalexpressions/csharpverbalexpressions | A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,173 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
thomaslevesque/linq.extras | A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks. | 173 |
nreco/lambdaparser | A runtime parser for string expressions in .NET applications. | 309 |
martinchavez/linq | A test-driven learning project on C# Language Integrated Query (LINQ) concepts and syntax | 61 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
kutyel/linq.ts | A TypeScript implementation of a query language for working with arrays and objects | 850 |
6bee/remote.linq | Translates LINQ expressions to serializable formats and vice versa, allowing clients to execute queries against remote data sources | 334 |
theweipeng/fable-linq | A query builder for lists in F#, allowing developers to write expressive and type-safe queries | 6 |
verbalexpressions/swiftverbalexpressions | A Swift library for constructing regular expressions and string replacements | 595 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
dadhi/fastexpressioncompiler | A library that provides an efficient way to compile and execute C# expression trees. | 1,172 |
weshguillaume/verbal-exprejon | A Clojure library to create complex regex patterns without using regex syntax | 93 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
eamonnerbonne/expressiontocode | A tool for generating valid C# code from expression trees with customizable output options. | 161 |