feat: add text parser and output format options, ref: A24-3
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace Parsing.Tokenization;
|
||||
using System;
|
||||
|
||||
namespace Parsing.Tokenization;
|
||||
|
||||
public interface IValueToken<T> : IToken
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user