Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Parser
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include | #include "uLang/Parser/VerseGrammar.h" |
Syntax
struct text
Remarks
Text spans passed around by the parser.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const char8 * | Start | ||
| const char8 * | Stop |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | text () |
||
| constexpr | text
(
const char8* Start0 |
||
| constexpr | text
(
const char8* Start0, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| char8 | operator[]
(
nat i |