Browse by Tags

Tagged Content List
  • Blog Post: Generating the Lambda Expression dynamically

    The last post, I showed a simple way to build a lexicon scanner in .NET. We can now extend on the scanner and build a parser that generates a Lambda expression that can be compiled and called for further use. The parser I used is just a top-down recursive parser that builds up the Expression tree. The...
Page 1 of 1 (1 items)