Files
releases/ast
Stephan Renatus 558dbe7951 ast/parser: hint about 'every' future keyword (#4408)
This should inject a hint for when it's likely that a parsed
identifier `every` was meant to be a keyword.

By the usual hinting mechanism in the parser, if the parser proceeds
without any errors, the hint is going to be ignored.

This doesn't look exactly like what we did for `some x in xs` because
the `some` keyword wasn't new (`every` is).

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-03-04 13:52:22 +01:00
..
2020-03-26 04:57:12 -07:00
2019-10-11 10:53:57 -07:00
2019-02-15 08:00:22 -08:00
2019-05-18 21:27:32 -07:00
2019-10-11 10:53:57 -07:00
2019-10-22 10:07:03 -07:00
2018-02-09 16:38:34 -08:00
2019-05-18 21:27:32 -07:00