Skip to content

Commit

Permalink
Update SyntaxToken.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 23, 2023
1 parent 3a2baac commit 3916e9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Draco.Compiler/Internal/Syntax/SyntaxToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

namespace Draco.Compiler.Internal.Syntax;

// TODO: It seems like SyntaxTokens are not implementing any kind of Equals
// which means the Update methods are not actually reusing the existing nodes when possible.
// Prolly a bug, verify and fix.

/// <summary>
/// A single token in the source code, possibly surrounded by trivia.
/// </summary>
Expand Down

0 comments on commit 3916e9f

Please sign in to comment.