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
namespace Verse
{
namespace Grammar
{
enum place
{
UTF8,
Printable,
BlockCmt,
LineCmt,
IndCmt,
Space,
String,
Content,
}
}
}
Values
| Name | Description |
|---|---|
| UTF8 | |
| Printable | |
| BlockCmt | |
| LineCmt | |
| IndCmt | |
| Space | |
| String | |
| Content |
Remarks
Places specializing capture_t generation.