Browse by Tags

Statement Translation using Functional Programming in C#
31 January 09 11:16 PM | hania | 1 Comments   
I will demonstrate here how we can use the functional programming feature in C# to program something like a statement/expression translation. Basically, we will translate a statement tree into a function that we can call to run the program. I am not using Read More...
Writing a simple lexicon scanner in .NET
23 October 08 10:36 PM | hania | 1 Comments   
I came across Linq and the new Lambda Expression classes in .NET 3.0. I thought, it would be a good idea to dynamically build a lambda expression from a math string, something like: (a + b) * 1.5. The string is parsed into a lambda expression and then Read More...
Attachment(s): LambdaCalcScanner.cs

Search

This Blog

Syndication

Page view tracker