leo/tests/parser/expression/token_format.leo
2022-03-28 06:53:22 -07:00

152 lines
508 B
Plaintext

/*
namespace: ParseExpression
expectation: Fail
*/
"test" ~
u32 ~
1 ~
true ~
false ~
aleo13jgjyzhzhvrqecjct7scsjrfsfn09j9vryung8mfykt5502p75rsx7l9lr ~
'h' ~
@test
!1 ~
&&
||
==
!=
<
<=
>
>=
+
-
*
**
/
=
+=
-=
*=
/=
**=
(
)
[
]
{
}
,
.
..
...
;
:
h::
?
->
_
u8 ~
u16 ~
u32 ~
u64 ~
u128 ~
i8 ~
i16 ~
i32 ~
i64 ~
i128 ~
field ~
group ~
bool ~
address ~
char ~
input ~
import
as
console
const
else
for
function
if
in
let
mut
&
return
type