leo/tests/parser/expression
Alessandro Coglio 2fbaf759db [parser] Remove mut and type keywords.
As discussed, these are no longer in the grammar. If and when we need them, we
will re-add them.

This also removes some extra code that gives a specific error when mut is
used. However, that is in fact another bug, because `mut` is a valid identifier
in the current grammar, and thus this extra code unjustly rejects code that uses
`mut` as an identifier.

Adjust some tests and expectations.
2022-05-13 23:36:08 -07:00
..
access tuples removed 2022-03-28 10:35:36 -07:00
binary [parser] Fix parsing of ordering expressions. 2022-05-10 23:32:46 -07:00
literal Merge pull request #1813 from AleoHQ/move-field-test 2022-05-13 09:41:59 -07:00
unary merge testnet3 into required types, also remove identifier type 2022-05-02 19:43:46 -07:00
array_init_fail.leo fix array around 1 element array dim size 2022-03-14 08:07:01 -07:00
array_inline_fail.leo ns -> namespace 2021-04-12 13:15:40 -07:00
circuit_init_fail.leo ns -> namespace 2021-04-12 13:15:40 -07:00
ident.leo ns -> namespace 2021-04-12 13:15:40 -07:00
ternary.leo ns -> namespace 2021-04-12 13:15:40 -07:00
token_format.leo [parser] Remove mut and type keywords. 2022-05-13 23:36:08 -07:00