Is it possible to call C# lexical/syntactic analyzers without compilation?

Posted by abatishchev on Stack Overflow See other posts from Stack Overflow or by abatishchev
Published on 2010-04-09T20:59:39Z Indexed on 2010/04/09 21:03 UTC
Read the original article Hit count: 547

Considering this question of SO, where whole C# in-memory compiler is being called. When only lexical and syntactic analyzing is required: parse text as a stream of lexemes, check them and exit.

Is it possible in current version of System.CodeDom.Compiler, if not - will it be?

© Stack Overflow or respective owner

Related posts about c#

Related posts about compiler