Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to disable assignment operator #28

Closed
davideicardi opened this issue Jan 17, 2015 · 1 comment
Closed

Allow to disable assignment operator #28

davideicardi opened this issue Jan 17, 2015 · 1 comment
Milestone

Comments

@davideicardi
Copy link
Member

In some cases for security reason expression can be useful to disable assignment operators or other operators that modify values.

@davideicardi
Copy link
Member Author

Now you can write:

var target = new Interpreter()
    .EnableAssignment(AssignmentOperators.None);

samuelcadieux pushed a commit to samuelcadieux/DynamicExpresso that referenced this issue May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant