J
John
I need to use the eval function in my C# CF program. I will be having
a file full of expressions that each of which evaluates to a number.
So I just got to have eval. However C# does not have eval. The .NET
way is to write the module in JScript.NET and call it from C#. But CF
does not have JScript.NET. I can't get a handle on the reflection API
for Emit. Can anyone point me to code that shows this? The old usenet
links that pointed to it are dead. Any other ideas?
Thanks.
a file full of expressions that each of which evaluates to a number.
So I just got to have eval. However C# does not have eval. The .NET
way is to write the module in JScript.NET and call it from C#. But CF
does not have JScript.NET. I can't get a handle on the reflection API
for Emit. Can anyone point me to code that shows this? The old usenet
links that pointed to it are dead. Any other ideas?
Thanks.