You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# StringToExpression
2
2
StringToExpression allows you to create methods that take strings and outputs .NET expressions. It is highly configurable allowing you to define your own language with your own syntax.
3
3
4
-
Two languages are provided out of hte box, an `ArithmeticLanguage` for performing algebra and an `ODataFilterLanguage` for parsing OData filter expressions.
4
+
Two languages are provided out of the box, an `ArithmeticLanguage` for performing algebra and an `ODataFilterLanguage` for parsing OData filter expressions.
0 commit comments