Expand description
Language definition trait for coordinating language-specific components.
Enums§
- Language
Category - Represents the broad category a language belongs to.
- Universal
Element Role - Represents the general structural role of a syntax tree element.
- Universal
Token Role - Represents the general syntactic role of a token across diverse languages.
Traits§
- Element
Role - A trait for types that can represent an element’s structural role.
- Element
Type - Element type definitions for nodes in the parsed tree.
- Language
- Language definition trait that coordinates all language-related types and behaviors.
- Token
Role - A trait for types that can represent a token’s syntactic role.
- Token
Type - Token type definitions for tokens in the parsing system.