enso/lib/rust/parser/debug
Kaz Wesley 591cacb79a
Reject @ as binary operator (#4021)
`@` should not be legal to use as a binary operator. I accepted it in the parser because it occurred in the .enso sources, but it was actually used to create a syntax error to test error recovery.

See: https://www.pivotaltracker.com/story/show/184054024
2023-01-19 20:31:14 +00:00
..
LoadParser Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
src Parse case-by-type, add an old-lambda syntax rule (#3802) 2022-10-17 22:46:52 +00:00
tests Reject @ as binary operator (#4021) 2023-01-19 20:31:14 +00:00
Cargo.toml Qualified defs (#3785) 2022-10-12 17:40:16 +00:00