---
name: LexemeType
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# LexemeType

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Eof` | 0 |  |
| `Name` | 1 |  |
| `QuotedString` | 2 |  |
| `Number` | 3 |  |
| `And` | 4 |  |
| `Or` | 5 |  |
| `Equal` | 6 |  |
| `TildeEqual` | 7 |  |
| `GreaterThan` | 8 |  |
| `GreaterThanEqual` | 9 |  |
| `LessThan` | 10 |  |
| `LessThanEqual` | 11 |  |
| `Colon` | 12 |  |
| `Dot` | 13 |  |
| `LeftParenthesis` | 14 |  |
| `RightParenthesis` | 15 |  |
| `Star` | 16 |  |
| `DoubleStar` | 17 |  |
| `ReservedSpecial` | 18 |  |