Browse by Tags

Tagged Content List
  • Blog Post: Writing a simple lexicon scanner in .NET

    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 is compiled into a delegate. Then, if you well, you...
Page 1 of 1 (1 items)