Namespace Azos.CodeAnalysis.CSharp
Classes
CSIdentifiers
Identifier validation in the context of C# grammar
CSKeywords
Provides C# keyword resolution services, this class is thread safe
CSLanguage
Represents C# language
CSLexer
Performs lexical analysis on source supplied in C# syntax. This class supports lazy analysis that happens gradually as result tokens are consumed through IEnumerable interface.
CSNumbers
Provides C# number parsing
CSStrings
Provides C# string escape parsing
CSToken
Represents a C# token
Enums
CSMsgCode
Message codes for CSharp code processors
CSTokenType
Denotes CSharp token types