Skip to content

Commit

Permalink
Code cleanup and fixed dynamic precedence over standard methods/prope…
Browse files Browse the repository at this point in the history
…rties
  • Loading branch information
davideicardi committed Sep 24, 2016
1 parent fedbb87 commit 1862196
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 205 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Source code and symbols (.pdb files) for debugging are available on [Symbol Sour
- Can generate delegates or lambda expression
- Full suite of unit tests
- Good performance compared to other similar projects
- Partial support for generic, params array and extension methods
- Partial support of generic, params array and extension methods
- Partial support of `dynamic` (`ExpandoObject` for get properties and method invocation)
- Case insensitive expressions (default is case sensitive)
- Ability to discover identifiers (variables, types, parameters) of a given expression
- Small footprint, generated expressions are managed classes, can be unloaded and can be executed in a single appdomain
Expand Down
Loading

0 comments on commit 1862196

Please sign in to comment.