feat: add text parser and output format options, ref: A24-3

This commit is contained in:
2024-12-02 01:22:20 -08:00
parent a4e4ee2b85
commit 8707e0da3a
5 changed files with 193 additions and 26 deletions

View File

@@ -1,4 +1,6 @@
namespace Parsing.Tokenization;
using System;
namespace Parsing.Tokenization;
public interface IValueToken<T> : IToken
{