@finos/legend-code-editor
Version:
Legend shared advanced application components and building blocks
39 lines • 1.73 kB
JavaScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export var PURE_GRAMMAR_TOKEN;
(function (PURE_GRAMMAR_TOKEN) {
PURE_GRAMMAR_TOKEN["WHITESPACE"] = "";
PURE_GRAMMAR_TOKEN["KEYWORD"] = "keyword";
PURE_GRAMMAR_TOKEN["IDENTIFIER"] = "identifier";
PURE_GRAMMAR_TOKEN["OPERATOR"] = "operator";
PURE_GRAMMAR_TOKEN["DELIMITER"] = "delimiter";
PURE_GRAMMAR_TOKEN["PARSER"] = "parser";
PURE_GRAMMAR_TOKEN["NUMBER"] = "number";
PURE_GRAMMAR_TOKEN["DATE"] = "date";
PURE_GRAMMAR_TOKEN["COLOR"] = "color";
PURE_GRAMMAR_TOKEN["PACKAGE"] = "package";
PURE_GRAMMAR_TOKEN["STRING"] = "string";
PURE_GRAMMAR_TOKEN["COMMENT"] = "comment";
PURE_GRAMMAR_TOKEN["LANGUAGE_STRUCT"] = "language-struct";
PURE_GRAMMAR_TOKEN["MULTIPLICITY"] = "multiplicity";
PURE_GRAMMAR_TOKEN["GENERICS"] = "generics";
PURE_GRAMMAR_TOKEN["PROPERTY"] = "property";
PURE_GRAMMAR_TOKEN["PARAMETER"] = "parameter";
PURE_GRAMMAR_TOKEN["VARIABLE"] = "variable";
PURE_GRAMMAR_TOKEN["TYPE"] = "type";
PURE_GRAMMAR_TOKEN["INVALID"] = "invalid";
})(PURE_GRAMMAR_TOKEN || (PURE_GRAMMAR_TOKEN = {}));
//# sourceMappingURL=PureLanguage.js.map