C-minor v0.0

Tokenizer.ParsingType Property

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Lexical
Declaring Type: Tokenizer

When set to true to the bitwise shift operators '<<' and '>>' tokens are instead returned multiple Token.LT and Token.GT tokens. Used when parsing generic type declarations

public bool ParsingType { get; set; }

Property Type

bool