Soft82.com » Windows » Developer Tools » Tools & Editors » Specialized Tools » Expression Evaluator 1.0
Expression Evaluator 1.0
Download Expression Evaluator
| Developer | |
| Product Homepage | |
| Date Added | April 06, 2010, 07:15 GMT |
| License | Free (Freeware) |
| Last Week / All Time Downloads | 0 / 87 |
| Size | 102.4K |
| OS Support | Windows All |
Expression Evaluator Description
An expression evaluator written in VB.NET
Introduction
My company needed a small expression evaluator to use in our .NET application. Using the .NET framework compilation capabilities seem to be the most obvious way to make an evaluator. However, in practice this technique has a nasty side effect, it looks like it creates a new DLL in memory each time you evaluate your function and it seems nearly impossible to unload the DLL. You can refer to remarks at the end of the article Evaluating Mathematical Expressions by Compiling C# Code at Runtime for more details.
This evaluator is neither using CodeDOM nor trying to compile VB source. On the contrary, it parses your expression and evaluates its value.
Compared to other projects that I have seen, this evaluator can do the following:
* access and process string expressions.
You can evaluate "Hello" + " " + "world"
* access and process objects.
You can evaluate ThisForm.Left.
* it also offers easy extensibility.
You can add any number of custom functions without having to change the evaluator code.
Download Expression Evaluator
New Specialized Tools Software
JPlexMay 25, 2012Java lexical analyzer generator |
Deskzilla ProMay 24, 2012A desktop client for Mozilla's Bugzilla bug tracking system |
|||
Exceptions DeployerMay 24, 2012Command line tool for automating the deployment of Adobe Application Manager |
InstallSimple PortableMay 23, 2012Create installation package easily and quickly |
|||
Aptana StudioMay 22, 2012Build web applications quickly and easily |
UIMap ToolboxMay 22, 2012Restructure, split and merge UIMaps |
|||
ExeScriptMay 21, 2012Create secured stand-alone applications from BAT, VBS, JS or WSH scripts |
Pacestar UML DiagrammerMay 18, 2012Professional easy to learn and use UML diagram drawing tool |
|||
Advanced InstallerMay 17, 2012The power of Windows Installer made easy |
Simply FortranMay 17, 2012Affordable Fortran for Microsoft Windows |
|||
Virto Bulk File Unzip Utility for Microsoft SharePointMay 15, 2012Easily unpack archives and save extracted files to the document library |
Affinic Debugger GUIMay 15, 2012Affinic Debugger GUI .aka. ADG, is designed as a graphical user interface for various debuggers |
|||
Flat AssemblerMay 15, 2012Open source assembly language compiler |
YouTrackMay 11, 2012An innovative, keyboard-centric issue tracking and project tracking tool |
|||
PorterMay 11, 2012Web development server for PHP/Node/MySQL developers |
EasyPHPMay 11, 2012A complete and ready-to-use environment for PHP developers |
|||
PeStudioMay 9, 2012PeStudio shows you many security relevant details about any application |
SourcemaidMay 9, 2012Zip and deliver project code with one click |
|||
PHPMay 9, 2012PHP is a server-side, cross-platform, HTML embedded scripting language |
Pastebin DesktopMay 8, 2012Take full advantage of your Pastebin.com account |
|||
Last 7 Days Most Downloaded Specialized Tools Products
Google SketchUp409 downloadsGoogle SketchUp is an easy-to-learn 3D modeling program |
Project 2007 SDK102 downloadsHelp customize and integrate the Project 2007 clients and Project Server 2007 with other apps |
|||
Microsoft Expression Web85 downloadsives you all the tools you'll need to produce high-quality, standards-based Web sites |
VirtualBox68 downloadsVirtualBox: Employ server and desktop solution for x86 hardware |
|||
WinDriver USB Device58 downloadsUSB Firmware Development Toolkit |
PHP30 downloadsPHP is a server-side, cross-platform, HTML embedded scripting language |
|||
WinDriver28 downloadsWinDriver automates and simplifies the development of user mode Windows device drivers for... |
PyScripter27 downloadsAn open-source Python Integrated Development Environment (IDE) |
|||
Axis24 downloadsApache Axis is an implementation of the SOAP ( |
Adobe Bridge SDK24 downloadsEnables developers to integrate with and extend Bridge |
|||
All Time Most Downloaded Specialized Tools Products
Google SketchUp136,983 downloadsGoogle SketchUp is an easy-to-learn 3D modeling program |
Project 2007 SDK506 downloadsHelp customize and integrate the Project 2007 clients and Project Server 2007 with other apps |
|||
Microsoft Expression Web20,516 downloadsives you all the tools you'll need to produce high-quality, standards-based Web sites |
VirtualBox29,708 downloadsVirtualBox: Employ server and desktop solution for x86 hardware |
|||
WinDriver USB Device58,896 downloadsUSB Firmware Development Toolkit |
PHP13,248 downloadsPHP is a server-side, cross-platform, HTML embedded scripting language |
|||
WinDriver7,137 downloadsWinDriver automates and simplifies the development of user mode Windows device drivers for... |
PyScripter1,789 downloadsAn open-source Python Integrated Development Environment (IDE) |
|||
Axis1,446 downloadsApache Axis is an implementation of the SOAP ( |
Adobe Bridge SDK3,605 downloadsEnables developers to integrate with and extend Bridge |
|||
Download Expression Evaluator


