2) DLR - Scanner
Thursday, September 11th, 2008In the first chapter I described common architecture of .NET language compiler. There are usually three parts - scanner, parser and generator of CIL code. But building a language on the DLR slightly differs because instead of CIL code is produced DLR abstract syntax tree (DLR AST).
(more…)


Naučte se WPF - český tutoriál