Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Associativity.
| Name | Verse::Grammar::assoc |
| 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 assoc
{
None,
Postfix,
InfixLeft,
InfixRight,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Postfix | |
| InfixLeft | |
| InfixRight |