Skip to content
CYJB edited this page Oct 25, 2022 · 9 revisions

CYJB 编译类库

提供编译相关功能,基于 .NET 6。 本项目包括一些与编译相关的功能,目前包含词法分析器和 LALR 语法分析器,以及相应的运行时。

命名空间

 

命名空间 说明
Cyjb.Compilers Cyjb.Compilers 命名空间包含编译相关的基础类。
Cyjb.Compilers.Lexers Cyjb.Compilers.Lexers 命名空间包含与词法分析相关的功能。
Cyjb.Compilers.Parsers Cyjb.Compilers.Lexers 命名空间包含与语法分析相关的功能。
Cyjb.Compilers.RegularExpressions Cyjb.Compilers.RegularExpressions 命名空间包含与适用于词法分析的正则表达式相关的功能。
Cyjb.Text Cyjb.Text 命名空间包含与文本和字符相关的类。
 
Clone this wiki locally