parser/src¶
Chevrotain-based parser for the PromptScript language.
Handles the lexical analysis and parsing of .prs files into the Abstract Syntax Tree (AST).
Classes¶
Interfaces¶
Variables¶
- allTokens
- As
- At
- Colon
- Comma
- Dash
- Dot
- DotDot
- Enum
- Equals
- Extend
- False
- Identifier
- Inherit
- LBrace
- LBracket
- LineComment
- LParen
- Meta
- Null
- NumberLiteral
- parser
- PathReference
- PSLexer
- Question
- Range
- RBrace
- RBracket
- RelativePath
- RParen
- StringLiteral
- TextBlock
- True
- Use
- visitor
- WhiteSpace