Vixen
dd8b0a81
csharp
public sealed class ParseOptions

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

Read the guide page for this →

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