Deprecate recognizing unicode versions of logical and relational symbols in the parser #3755
Labels
kind: enhancement
Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny
part: parser
First phase of Dafny's pipeline
Summary
No response
Background and Motivation
We say only ASCII text is supported in a dafny program (other than comments, strings and characters).
So we should take out this complexity.
Proposed Feature
Deprecate the symbols in the parser and eventually remove them.
Alternatives
No response
The text was updated successfully, but these errors were encountered: