docs parsing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Nub.Lang.Frontend.Lexing;
|
||||
|
||||
public class DocumentationToken(string documentation) : Token
|
||||
{
|
||||
public string Documentation { get; } = documentation;
|
||||
}
|
||||
Reference in New Issue
Block a user