| 类 | 说明 |
|---|---|
| CharacterStream |
对字符串进行封装,提供匹配、跳过方法,方便词法解析。
|
| GenericTokenParser | |
| LiteralToken | |
| Parser |
语法解析器
|
| RegexpToken | |
| Span |
A span within a source string denoted by start and end index, with the latter being exclusive.
|
| Span.Line |
A line within a Source
|
| Token | |
| Tokenizer | |
| TokenStream |
对List
|
| VarIndex | |
| VarScope |
| 枚举 | 说明 |
|---|---|
| TokenType |
Token类型
|
Copyright © 2020–2021. All rights reserved.