| 1 | pub const C89 = 0x0001; |
| 2 | pub const C = 0x0002; |
| 3 | pub const Ada83 = 0x0003; |
| 4 | pub const C_plus_plus = 0x0004; |
| 5 | pub const Cobol74 = 0x0005; |
| 6 | pub const Cobol85 = 0x0006; |
| 7 | pub const Fortran77 = 0x0007; |
| 8 | pub const Fortran90 = 0x0008; |
| 9 | pub const Pascal83 = 0x0009; |
| 10 | pub const Modula2 = 0x000a; |
| 11 | pub const Java = 0x000b; |
| 12 | pub const C99 = 0x000c; |
| 13 | pub const Ada95 = 0x000d; |
| 14 | pub const Fortran95 = 0x000e; |
| 15 | pub const PLI = 0x000f; |
| 16 | pub const ObjC = 0x0010; |
| 17 | pub const ObjC_plus_plus = 0x0011; |
| 18 | pub const UPC = 0x0012; |
| 19 | pub const D = 0x0013; |
| 20 | pub const Python = 0x0014; |
| 21 | pub const OpenCL = 0x0015; |
| 22 | pub const Go = 0x0016; |
| 23 | pub const Modula3 = 0x0017; |
| 24 | pub const Haskell = 0x0018; |
| 25 | pub const C_plus_plus_03 = 0x0019; |
| 26 | pub const C_plus_plus_11 = 0x001a; |
| 27 | pub const OCaml = 0x001b; |
| 28 | pub const Rust = 0x001c; |
| 29 | pub const C11 = 0x001d; |
| 30 | pub const Swift = 0x001e; |
| 31 | pub const Julia = 0x001f; |
| 32 | pub const Dylan = 0x0020; |
| 33 | pub const C_plus_plus_14 = 0x0021; |
| 34 | pub const Fortran03 = 0x0022; |
| 35 | pub const Fortran08 = 0x0023; |
| 36 | pub const RenderScript = 0x0024; |
| 37 | pub const BLISS = 0x0025; |
| 38 | pub const Kotlin = 0x0026; |
| 39 | pub const Zig = 0x0027; |
| 40 | pub const Crystal = 0x0028; |
| 41 | pub const C_plus_plus_17 = 0x002a; |
| 42 | pub const C_plus_plus_20 = 0x002b; |
| 43 | pub const C17 = 0x002c; |
| 44 | pub const Fortran18 = 0x002d; |
| 45 | pub const Ada2005 = 0x002e; |
| 46 | pub const Ada2012 = 0x002f; |
| 47 | pub const HIP = 0x0030; |
| 48 | pub const Assembly = 0x0031; |
| 49 | pub const C_sharp = 0x0032; |
| 50 | pub const Mojo = 0x0033; |
| 51 | pub const GLSL = 0x0034; |
| 52 | pub const GLSL_ES = 0x0035; |
| 53 | pub const HLSL = 0x0036; |
| 54 | pub const OpenCL_CPP = 0x0037; |
| 55 | pub const CPP_for_OpenCL = 0x0038; |
| 56 | pub const SYCL = 0x0039; |
| 57 | pub const C_plus_plus_23 = 0x003a; |
| 58 | pub const Odin = 0x003b; |
| 59 | pub const Ruby = 0x0040; |
| 60 | pub const Move = 0x0041; |
| 61 | pub const Hylo = 0x0042; |
| 62 | |
| 63 | pub const lo_user = 0x8000; |
| 64 | pub const hi_user = 0xffff; |
| 65 | |
| 66 | pub const Mips_Assembler = 0x8001; |
| 67 | pub const Upc = 0x8765; |
| 68 | pub const HP_Bliss = 0x8003; |
| 69 | pub const HP_Basic91 = 0x8004; |
| 70 | pub const HP_Pascal91 = 0x8005; |
| 71 | pub const HP_IMacro = 0x8006; |
| 72 | pub const HP_Assembler = 0x8007; |