-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of displayed value on hover of NUMERIC-EDITED
variables
#337
Conversation
I guess at the moment adding |
efca4cf
to
094d3e5
Compare
The mutal exclusion of Z and CS as a floating insertion char is handled by the precedence grid
c741f5f
to
f60f2f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
Just a small question: is P
really still not supported (it does not appear to be tested in test/lsp/lsp_picture_interp.ml
)? About E
, what are the current limitations and what happens on such items?
I didn't do Atm, items with |
In itself it's not an issue if two distinct picture strings lead to the same representation (there's no requirement like this in the language). Maybe it's actually just a missing post-scan check for rejecting
Ah indeed it's possibly not supported yet. So we can ignore those for now.
Ok fine with that. |
Closes #296
Note that picture string with
P
andE
character are not yet implemented