1 // this file has been generated from 'C:/work/cmajor-mod/cmajor/masm/system/System.Json/Json.token' using SoulCm lexer generator scmlg version 5.0.0
 2 
 3 using System;
 4 
 5 namespace JsonTokens
 6 {
 7     public const long tokenSetID = 1929506153;
 8 
 9     public const long STRING = (tokenSetID << 32) | 1;
10     public const long NUMBER = (tokenSetID << 32) | 2;
11     public const long LBRACKET = (tokenSetID << 32) | 3;
12     public const long RBRACKET = (tokenSetID << 32) | 4;
13     public const long LBRACE = (tokenSetID << 32) | 5;
14     public const long RBRACE = (tokenSetID << 32) | 6;
15     public const long COMMA = (tokenSetID << 32) | 7;
16     public const long COLON = (tokenSetID << 32) | 8;
17     public const long TRUE = (tokenSetID << 32) | 9;
18     public const long FALSE = (tokenSetID << 32) | 10;
19     public const long NULL = (tokenSetID << 32) | 11;
20