1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4// Identifiers added here should be identifiers that are reserved purely for implementation reasons.
5// For identifiers that are reserved at the Verse language-level, that should be in the parser `VerseGrammar.h` token list instead.
6// Adding a keyword in this list automatically reserves it in the semantic analyzer.
7// Keep in mind that just because an identifier isn't listed as reserved here, that does not mean it isn't actually reserved - it may be gated behind a version check.
8// TODO: This isn't yet exhaustive and the entire codebase isn't yet converted to using this.