token_format.out
1 Error [EPAR0370050]: Could not lex the following content: `~`. 2 3 --> test_0:1:8 4 | 5 1 | "test" ~ 6 | ^ 7 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'u32' 8 --> test_1:1:1 9 | 10 1 | u32 ~ 11 | ^^^ 12 Error [EPAR0370050]: Could not lex the following content: `~`. 13 14 --> test_2:1:3 15 | 16 1 | 1 ~ 17 | ^ 18 Error [EPAR0370050]: Could not lex the following content: `~`. 19 20 --> test_3:1:6 21 | 22 1 | true ~ 23 | ^ 24 Error [EPAR0370050]: Could not lex the following content: `~`. 25 26 --> test_4:1:7 27 | 28 1 | false ~ 29 | ^ 30 Error [EPAR0370050]: Could not lex the following content: `~`. 31 32 --> test_5:1:65 33 | 34 1 | aleo13jgjyzhzhvrqecjct7scsjrfsfn09j9vryung8mfykt5502p75rsx7l9lr ~ 35 | ^ 36 Error [EPAR0370050]: Could not lex the following content: `'`. 37 38 --> test_6:1:1 39 | 40 1 | 'h' ~ 41 | ^ 42 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '@' 43 --> test_7:1:1 44 | 45 1 | @test 46 | ^ 47 Error [EPAR0370050]: Could not lex the following content: `~`. 48 49 --> test_8:1:4 50 | 51 1 | !1 ~ 52 | ^ 53 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '&&' 54 --> test_9:1:1 55 | 56 1 | && 57 | ^^ 58 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '||' 59 --> test_10:1:1 60 | 61 1 | || 62 | ^^ 63 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '==' 64 --> test_11:1:1 65 | 66 1 | == 67 | ^^ 68 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '!=' 69 --> test_12:1:1 70 | 71 1 | != 72 | ^^ 73 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '<' 74 --> test_13:1:1 75 | 76 1 | < 77 | ^ 78 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '<=' 79 --> test_14:1:1 80 | 81 1 | <= 82 | ^^ 83 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '>' 84 --> test_15:1:1 85 | 86 1 | > 87 | ^ 88 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '>=' 89 --> test_16:1:1 90 | 91 1 | >= 92 | ^^ 93 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '+' 94 --> test_17:1:1 95 | 96 1 | + 97 | ^ 98 Error [EPAR0370003]: unexpected EOF 99 --> test_18:1:1 100 | 101 1 | - 102 | ^ 103 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '*' 104 --> test_19:1:1 105 | 106 1 | * 107 | ^ 108 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '**' 109 --> test_20:1:1 110 | 111 1 | ** 112 | ^^ 113 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '/' 114 --> test_21:1:1 115 | 116 1 | / 117 | ^ 118 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '=' 119 --> test_22:1:1 120 | 121 1 | = 122 | ^ 123 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '+=' 124 --> test_23:1:1 125 | 126 1 | += 127 | ^^ 128 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '-=' 129 --> test_24:1:1 130 | 131 1 | -= 132 | ^^ 133 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '*=' 134 --> test_25:1:1 135 | 136 1 | *= 137 | ^^ 138 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '/=' 139 --> test_26:1:1 140 | 141 1 | /= 142 | ^^ 143 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '**=' 144 --> test_27:1:1 145 | 146 1 | **= 147 | ^^^ 148 Error [EPAR0370003]: unexpected EOF 149 --> test_28:1:1 150 | 151 1 | ( 152 | ^ 153 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found ')' 154 --> test_29:1:1 155 | 156 1 | ) 157 | ^ 158 Error [EPAR0370003]: unexpected EOF 159 --> test_30:1:1 160 | 161 1 | [ 162 | ^ 163 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found ']' 164 --> test_31:1:1 165 | 166 1 | ] 167 | ^ 168 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '{' 169 --> test_32:1:1 170 | 171 1 | { 172 | ^ 173 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '}' 174 --> test_33:1:1 175 | 176 1 | } 177 | ^ 178 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found ',' 179 --> test_34:1:1 180 | 181 1 | , 182 | ^ 183 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '.' 184 --> test_35:1:1 185 | 186 1 | . 187 | ^ 188 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '..' 189 --> test_36:1:1 190 | 191 1 | .. 192 | ^^ 193 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '..' 194 --> test_37:1:1 195 | 196 1 | ... 197 | ^^ 198 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found ';' 199 --> test_38:1:1 200 | 201 1 | ; 202 | ^ 203 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found ':' 204 --> test_39:1:1 205 | 206 1 | : 207 | ^ 208 Error [EPAR0370003]: unexpected EOF 209 --> test_40:1:3 210 | 211 1 | h:: 212 | ^ 213 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '?' 214 --> test_41:1:1 215 | 216 1 | ? 217 | ^ 218 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '->' 219 --> test_42:1:1 220 | 221 1 | -> 222 | ^^ 223 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '_' 224 --> test_43:1:1 225 | 226 1 | _ 227 | ^ 228 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'u8' 229 --> test_44:1:1 230 | 231 1 | u8 ~ 232 | ^^ 233 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'u16' 234 --> test_45:1:1 235 | 236 1 | u16 ~ 237 | ^^^ 238 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'u32' 239 --> test_46:1:1 240 | 241 1 | u32 ~ 242 | ^^^ 243 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'u64' 244 --> test_47:1:1 245 | 246 1 | u64 ~ 247 | ^^^ 248 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'u128' 249 --> test_48:1:1 250 | 251 1 | u128 ~ 252 | ^^^^ 253 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'i8' 254 --> test_49:1:1 255 | 256 1 | i8 ~ 257 | ^^ 258 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'i16' 259 --> test_50:1:1 260 | 261 1 | i16 ~ 262 | ^^^ 263 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'i32' 264 --> test_51:1:1 265 | 266 1 | i32 ~ 267 | ^^^ 268 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'i64' 269 --> test_52:1:1 270 | 271 1 | i64 ~ 272 | ^^^ 273 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'i128' 274 --> test_53:1:1 275 | 276 1 | i128 ~ 277 | ^^^^ 278 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'field' 279 --> test_54:1:1 280 | 281 1 | field ~ 282 | ^^^^^ 283 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'group' 284 --> test_55:1:1 285 | 286 1 | group ~ 287 | ^^^^^ 288 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'bool' 289 --> test_56:1:1 290 | 291 1 | bool ~ 292 | ^^^^ 293 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'address' 294 --> test_57:1:1 295 | 296 1 | address ~ 297 | ^^^^^^^ 298 Error [EPAR0370050]: Could not lex the following content: `~`. 299 300 --> test_58:1:6 301 | 302 1 | char ~ 303 | ^ 304 Error [EPAR0370050]: Could not lex the following content: `~`. 305 306 --> test_59:1:7 307 | 308 1 | input ~ 309 | ^ 310 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'constant' 311 --> test_60:1:1 312 | 313 1 | constant 314 | ^^^^^^^^ 315 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'else' 316 --> test_61:1:1 317 | 318 1 | else 319 | ^^^^ 320 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'for' 321 --> test_62:1:1 322 | 323 1 | for 324 | ^^^ 325 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'function' 326 --> test_63:1:1 327 | 328 1 | function 329 | ^^^^^^^^ 330 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if' 331 --> test_64:1:1 332 | 333 1 | if 334 | ^^ 335 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'in' 336 --> test_65:1:1 337 | 338 1 | in 339 | ^^ 340 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'let' 341 --> test_66:1:1 342 | 343 1 | let 344 | ^^^ 345 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found '&' 346 --> test_67:1:1 347 | 348 1 | & 349 | ^ 350 Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'return' 351 --> test_68:1:1 352 | 353 1 | return 354 | ^^^^^^