issues
search
codingseb
/
ExpressionEvaluator
A Simple Math and Pseudo C# Expression Evaluator in One C# File. Can also execute small C# like scripts
MIT License
595
stars
99
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Evaluating expressions on arrays.
#166
mercurial-moon
opened
1 week ago
1
Is it possible to find which variables were modified during expression evaluation?
#165
mercurial-moon
opened
1 month ago
1
Dev
#164
codingseb
closed
1 year ago
0
Make shared cache for types resolution thread safe
#163
stukselbax
closed
1 year ago
0
RobiniaDocs API Explorer
#162
NeuroXiq
opened
1 year ago
0
Add a new event
#161
Arc-huangjingtong
closed
1 year ago
0
Add unaryOperatorsDictionary to manage custom operators that are both unaries and binaries better
#160
Yazwh0
closed
1 year ago
0
Is it possible to add an operator that is both right-hand-side-only and can act as a normal one?
#159
Yazwh0
closed
1 year ago
2
Doesn't process a IDictionary<string, object> correctly.
#158
Yazwh0
opened
1 year ago
0
[Suggestion] AssignVariable in Script Evaluation (Not in Declraration)
#157
froggy96
opened
1 year ago
0
Can't handle division
#156
DennisSkoko
closed
1 year ago
2
Link error in Unity Android il2cpp build
#155
itana
opened
2 years ago
0
Syntax error calling overloaded method in context object including Func<> parameter
#154
antong93
opened
2 years ago
0
Slow EvaluateCast
#153
raikilon
opened
2 years ago
1
Decimal support for math functions
#152
teofilp
opened
2 years ago
0
Dev
#151
codingseb
closed
2 years ago
0
add implicit conversion parameter unit test
#150
israellot
closed
2 years ago
1
Try implicit operator for method matching
#149
israellot
closed
2 years ago
2
Match function arguments considering implicit casts
#148
israellot
closed
2 years ago
2
Ignore missing zero in numeric values
#147
ko-vasilev
opened
2 years ago
0
Strong name
#146
astukov
opened
2 years ago
1
Bump Newtonsoft.Json from 12.0.1 to 13.0.1 in /TryWindow
#145
dependabot[bot]
closed
2 years ago
0
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /CodingSeb.ExpressionEvaluator.Tests
#144
dependabot[bot]
closed
2 years ago
0
Incorrect result.
#143
himanshukodwani
closed
2 years ago
1
Version 1.4.38.0
#142
codingseb
closed
2 years ago
0
Use ExceptionDispatchInfo
#141
jl0pd
closed
2 years ago
0
Syntax error in Functions
#140
Alisis33
opened
2 years ago
3
Linq Select throws exception (ValueTuple?) issue?
#139
yggdrasil-tynor
opened
2 years ago
3
Error message - Exception has been thrown by the target of an invocation.
#138
iisfaq
closed
2 years ago
3
Intelligente type casting
#137
Alisis33
opened
2 years ago
0
Syntax error of sign symbols
#136
Alisis33
opened
2 years ago
0
Referencing property of property can cause unwanted exception
#135
AttilaSzobonya
opened
2 years ago
0
Add an option to disallow accessing namespaces
#134
Toxic-Cookie
closed
2 years ago
2
Support .Net Standard 2.0 runtime, and with that integrate it in Unity for basic string evaluation from remote.
#133
PratapDafedar
closed
2 years ago
6
Dev
#132
codingseb
closed
2 years ago
0
Value accessor for context objects.
#131
Kinggrass
closed
2 years ago
3
`(int)` cast of `double` rounds the double instead of truncating it
#130
Crown0815
closed
2 years ago
3
How do I Add 2 List
#129
delupy
closed
2 years ago
1
Dev
#128
codingseb
closed
2 years ago
0
Evaluating "new DateTime(2022,1,20)" does not work unless OptionInlineNamespacesEvaluationActive is turned on
#127
HelgeL
closed
2 years ago
6
Change behavior to directly use the provided Variables dictionary
#126
AttilaSzobonya
closed
2 years ago
6
How do I convert a string into a Predicate<T>?
#125
Toxic-Cookie
opened
3 years ago
1
Consider usage of ExceptionDispatchInfo instead of BubbleExceptionContainer
#124
jl0pd
closed
2 years ago
1
Dev
#123
codingseb
closed
3 years ago
0
Fix if there's no space betwwen new and curly brackets, e.g. new{ abc=1}
#122
stg609
closed
3 years ago
1
Dev
#121
codingseb
closed
3 years ago
0
Dev
#120
codingseb
closed
3 years ago
0
Fix return null when return within Foreach
#119
stg609
closed
3 years ago
1
Dev
#118
codingseb
closed
3 years ago
0
Fix the syntax rule (regex) for creating a new instance with a new keyword bug mentioned in issue #116
#117
guyleaf
closed
3 years ago
3
Next