Token Count: 30

Index  Type  Name: regex
========================
0  generic  _token_line: .*
1  generic  _token_catchall: .
2  generic  _token_catchall_utf8_other: [\xf0-\xf7][\x80-\xbf][\x80-\xbf][\x80-\xbf]|[\xe0-\xef][\x80-\xbf][\x80-\xbf]|[\xc0-\xdf][\x80-\xbf]
3  generic  _token_punctuation: (--|\.{3}|\xE2\x80\xA6|[!&quot;#$%&amp;&#039;()*+,\-./:;&lt;=&gt;?@\[\\\]^_`{|}~]|\xE2\x80[\x90-\x95])
4  generic  _token_quotechar: (&quot;){3}|&quot;|&#039;
5  generic  _token_quotechar_single: &#039;
6  generic  _token_quotechar_double: &quot;
7  generic  _token_quotechar_tripledouble: &quot;&quot;&quot;
8  memberaccess  _token_memberaccess: \.
9  generic  _token_variableargs: \.\.\.
10  reducible  _token_reducible2: [-:|+/*^&amp;=%@!`\\&lt;&gt;?#$~]+
11  bracket  _token_parenthesis: \(
12  bracketclose  _token_parenthesis_close: \)
13  bracket  _token_curlybrace: \{
14  bracketclose  _token_curlybrace_close: \}
15  bracket  _token_squarebracket: \[
16  bracketclose  _token_squarebracket_close: \]
17  argseparator  _token_argseparator: ,
18  statementseparator  _token_newline: (?:\r?\n)|\r
19  statementseparator  _token_semicolon: ;
20  literal  _token_string_singlequoted: &#039;([^&#039;]*(?:&#039;&#039;[^&#039;]*)*)&#039;
21  literal  _token_string_doublequoted: &quot;([^&quot;]*(?:&quot;&quot;[^&quot;]*)*)&quot;
22  literal  _token_string_tripledoublequoted: &quot;&quot;&quot;([\s\S]*?)&quot;&quot;&quot;
23  whitespace  _token_whitespace: [\t\v ]+
24  reducible  _token_reducible: [-:|+/*^&amp;=%@!`\\&lt;&gt;?]+
25  literal  _token_floatnumber: [0-9]*\.?[0-9]+([eE][+-]?[0-9]+)?
26  alphanumeric  _token_alphanumeric: [a-zA-Z_][a-zA-Z0-9_]*
27  literal  _token_imaginaryunit: #i
28  tokentransform  _token_binaryhexoctalnotation: #[bho][0-9A-F]+
29  tokentransform  _token_stringinterpolationquote: \$[&#039;&quot;]