Skip to content

Latest commit

 

History

History

compilers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Compiler Specification

The compiler specification details the supported (and semi-supported) surface area of the Roslyn VB and C# compilers. This includes

  1. Command-line switches and their meaning
  2. Breaking changes from previous versions of the compilers
  3. Compiler behaviors that are (intentionally) contrary to the specification
  4. Compiler features not described by the language specification
  • COM-specific and other Microsoft-specific features
  • "Well-known" attributes that affect compiler behavior
  • The "ruleset" file syntax and semantics
  1. Features included for interoperability between C# and VB, for example
  • Named Indexers use from C#
  1. Places where the compiler behavior diverges from the language specification
  2. Limitations (e.g. identifier length)
  3. History of language changes per version

The language specification itself is not included here.