34 public const string TRUE =
"true";
35 public const string FALSE =
"false";
36 public const string NULL =
"null";
41 public const string WHILE =
"while";
Contains Static Data for the BadScript Language.
const string ARRAY_ACCESS_REVERSE_OPERATOR_NAME
const char ESCAPE_CHARACTER
const string NOT_EQUAL_OPERATOR_NAME
const string LESS_OPERATOR_NAME
const string POST_DECREMENT_OPERATOR_NAME
const string MULTI_LINE_COMMENT_END
const string INTERFACE_KEY
static readonly char[] Whitespace
const string EQUAL_OPERATOR_NAME
const string FOR_EACH_KEY
static readonly char[] NewLine
const string GREATER_EQUAL_OPERATOR_NAME
const string INVOCATION_OPERATOR_NAME
static IEnumerable< string > ReservedKeywords
const string ADD_OPERATOR_NAME
const string ARRAY_ACCESS_OPERATOR_NAME
const string SET_ACCESSOR_KEY
const string IN_OPERATOR_NAME
const string SINGLE_LINE_COMMENT
const string LESS_EQUAL_OPERATOR_NAME
const string GREATER_OPERATOR_NAME
const string MULTI_LINE_STRING_KEY
const string NEGATION_OPERATOR_NAME
const string FORMAT_STRING_KEY
const string MULTIPLY_ASSIGN_OPERATOR_NAME
const string FUNCTION_KEY
const string NOT_OPERATOR_NAME
const string POST_INCREMENT_OPERATOR_NAME
const string CONSTRUCTOR_NAME
const string MODULO_ASSIGN_OPERATOR_NAME
const string COMPILED_FAST_DEFINITION_KEY
const string DIVIDE_ASSIGN_OPERATOR_NAME
const string VARIABLE_DEFINITION_KEY
const string PRE_DECREMENT_OPERATOR_NAME
const string MULTIPLY_OPERATOR_NAME
const string SUBTRACT_ASSIGN_OPERATOR_NAME
const string EXPONENTIATION_OPERATOR_NAME
const char STATEMENT_END_KEY
const string DIVIDE_OPERATOR_NAME
const string GET_ACCESSOR_KEY
const string COMPILED_DEFINITION_KEY
const string MODULO_OPERATOR_NAME
const string CONTINUE_KEY
const string ADD_ASSIGN_OPERATOR_NAME
const string SUBTRACT_OPERATOR_NAME
const string MULTI_LINE_FORMAT_STRING_KEY
const string STATIC_DEFINITION_KEY
const char DECIMAL_SEPARATOR
const string MULTI_LINE_COMMENT_START
const string EXPONENTIATION_ASSIGN_OPERATOR_NAME
const string PRE_INCREMENT_OPERATOR_NAME
static bool IsReservedKeyword(string keyword)
const string CONSTANT_DEFINITION_KEY
Contains Shared Data Structures and Functionality.