Vixen
02b45cc4
csharp
public sealed class ParseOptions

Options controlling how source text is turned into a syntax tree.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

There are no options yet, so every instance is equivalent to every other and equality is constant. When the first option is added, both members below must start reading it — otherwise anything caching on a ParseOptions key will silently reuse a tree parsed under different settings.

Fields and properties (1)

Methods (3)

  • public bool Equals(ParseOptions? other)
  • public override bool Equals(object? obj)
  • public override int GetHashCode()

Used by (1)

  • SyntaxTreeVixen.Raven