leo/tests/parser
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
..
expression [parser] Remove mut and type keywords. 2022-05-13 23:36:08 -07:00
functions regen tests 2022-05-10 11:59:34 -07:00
inputs merge testnet3 into required types, also remove identifier type 2022-05-02 19:43:46 -07:00
program [lexer] add "_fail" suffix on test file names for tests that are supposed to fail (#1770) 2022-04-25 08:58:41 -07:00
serialize remove arrays 2022-03-28 07:31:53 -07:00
statement merge testnet3 into required types, also remove identifier type 2022-05-02 19:43:46 -07:00
unreachable [tests] move comment from body to yaml header 2022-05-13 00:10:39 -07:00