Skip to content

T_Cyjb_Compilers_Parsers_ParseOptions

CYJB edited this page Mar 23, 2024 · 6 revisions

ParseOptions 枚举

语法分析选项。

Namespace: Cyjb.Compilers.Parsers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public enum ParseOptions

成员

 

成员名称 说明
ScanToEOF 0 扫描到文件结尾。
ScanToMatch 1 扫描到匹配的语法单元。
ScanToFirstMatch 2 扫描到首次匹配的语法单元。

参见

Reference

Cyjb.Compilers.Parsers 命名空间

Clone this wiki locally