Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Places specializing capture_t generation.
| Name | Verse::Grammar::place |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
Syntax
namespace Verse
{
namespace Grammar
{
enum place
{
UTF8,
Printable,
BlockCmt,
LineCmt,
IndCmt,
Space,
String,
Content,
}
}
}
Values
| Name | Remarks |
|---|---|
| UTF8 | |
| Printable | |
| BlockCmt | |
| LineCmt | |
| IndCmt | |
| Space | |
| String | |
| Content |