修复一些错误并更新README

This commit is contained in:
2025-10-09 14:40:58 +08:00
parent a09b3c1eb1
commit 63f09b6196
13 changed files with 83 additions and 60 deletions

View File

@@ -3,7 +3,9 @@ using System.Collections;
namespace Flee.Parsing
{
[Obsolete("Creates a new parse tree analyzer.")]
/// <summary>
/// 创建新的解析树分析器
/// </summary>
internal class Analyzer
{
public Analyzer()