@malloydata/malloy 0.0.233 → 0.0.234-dev250202180101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,25 +3,26 @@ import { CharStream } from "antlr4ts/CharStream";
3
3
  import { Lexer } from "antlr4ts/Lexer";
4
4
  import { Vocabulary } from "antlr4ts/Vocabulary";
5
5
  export declare class MalloyTagLexer extends Lexer {
6
- static readonly DOTTY = 1;
7
- static readonly DOT = 2;
8
- static readonly MINUS = 3;
9
- static readonly EQ = 4;
10
- static readonly RF_BEG = 5;
11
- static readonly RF_END = 6;
12
- static readonly PR_BEG = 7;
13
- static readonly PR_END = 8;
14
- static readonly AR_BEG = 9;
15
- static readonly COMMA = 10;
16
- static readonly AR_END = 11;
17
- static readonly SQ_STRING = 12;
18
- static readonly DQ_STRING = 13;
19
- static readonly BQ_STRING = 14;
20
- static readonly NUMERIC_LITERAL = 15;
21
- static readonly BARE_STRING = 16;
22
- static readonly COMMENT = 17;
23
- static readonly WHITE_SPACE = 18;
24
- static readonly UNEXPECTED_CHAR = 19;
6
+ static readonly MINUS_DOTTY = 1;
7
+ static readonly DOTTY = 2;
8
+ static readonly DOT = 3;
9
+ static readonly MINUS = 4;
10
+ static readonly EQ = 5;
11
+ static readonly RF_BEG = 6;
12
+ static readonly RF_END = 7;
13
+ static readonly PR_BEG = 8;
14
+ static readonly PR_END = 9;
15
+ static readonly AR_BEG = 10;
16
+ static readonly COMMA = 11;
17
+ static readonly AR_END = 12;
18
+ static readonly SQ_STRING = 13;
19
+ static readonly DQ_STRING = 14;
20
+ static readonly BQ_STRING = 15;
21
+ static readonly NUMERIC_LITERAL = 16;
22
+ static readonly BARE_STRING = 17;
23
+ static readonly COMMENT = 18;
24
+ static readonly WHITE_SPACE = 19;
25
+ static readonly UNEXPECTED_CHAR = 20;
25
26
  static readonly channelNames: string[];
26
27
  static readonly modeNames: string[];
27
28
  static readonly ruleNames: string[];