UNPKG

@scalenc/tmt-format

Version:

Library for handling TRUMPF TMT file format.

29 lines 779 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = exports.defaultRawSections = void 0; exports.defaultRawSections = []; exports.Constants = { WhiteSpace: /\s/, CommentStart: '/*', CommentEnd: '*/', NumberStart: /[-+0-9]/, NumberChar: /[0-9.p]/, NameChar: /[0-9.A-Za-z_]/, RawStart: '#', RawEndPostfix: '_END', GeoStart: '#~1', GeoEnd: '#~EOF', OpeningBrace: '{', ClosingBrace: '}', Semicolon: ';', SectionStart: '[', SectionEnd: ']', StringDelimiter: '"', EscapeStringDelimiter: '\\', Domain: 'bereich', Header: 'Kopf', RawSections: exports.defaultRawSections, EndOfFile: 'end_of_file', NewLine: '\r\n', }; //# sourceMappingURL=Constants.js.map