...
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Syntax.Tokenization;
|
||||
|
||||
public class DocumentationToken(SourceSpan span, string documentation) : Token(span)
|
||||
{
|
||||
public string Documentation { get; } = documentation;
|
||||
}
|
||||
Reference in New Issue
Block a user