Enhanced C#
Language of your choice: library documentation
Properties | List of all members
Loyc.Syntax.ParsingOptions Class Reference

A simple implementation of IParsingOptions. More...


Source file:
Inheritance diagram for Loyc.Syntax.ParsingOptions:
Loyc.Syntax.IParsingOptions

Remarks

A simple implementation of IParsingOptions.

Properties

ParsingMode Mode = ParsingMode.File [get, set]
 
bool PreserveComments = true [get, set]
 
bool SurfaceScanOnly = false [get, set]
 
int SpacesPerTab = 4 [get, set]
 
- Properties inherited from Loyc.Syntax.IParsingOptions
ParsingMode Mode [get]
 A global::Loyc.Syntax.ParsingMode value indicating which part of the language is being parsed (e.g. expressions, or an entire file). More...
 
bool PreserveComments [get]
 Whether to preserve comments and newlines by attaching trivia attributes to the output. If IParsingService.CanPreserveComments is false, this parameter will have no effect. More...
 
bool SurfaceScanOnly [get]
 Indicates that the parsing service is only being used for syntax highlighting, so the content of literals is not important. The produced tokens or LNode can claim every literal is null. More...
 
int SpacesPerTab [get]
 If tabs are significant, this option controls the number of spaces a single tab should be equated with. More...