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 assoc
{
None,
Postfix,
InfixLeft,
InfixRight,
}
}
}
Values
| Name | Description |
|---|---|
| None | |
| Postfix | |
| InfixLeft | |
| InfixRight |
Remarks
Associativity.