Skip to content
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

[feature] Type System Support #10

Open
msujew opened this issue Jan 15, 2025 · 0 comments
Open

[feature] Type System Support #10

msujew opened this issue Jan 15, 2025 · 0 comments
Labels
priority-high Should be resolved in 1-2 sprints

Comments

@msujew
Copy link
Contributor

msujew commented Jan 15, 2025

The PL/I language server should be able to understand the type system of the programming language (i.e. variable declarations, procedures, etc.) to provide meaningful feedback to the user:

  • Assignability checking
  • Operator checking (i.e. invalid operator combinations, like adding a number to a graphic type)
  • Provide documentation information (like for hovering or completion)
@msujew msujew added the priority-high Should be resolved in 1-2 sprints label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-high Should be resolved in 1-2 sprints
Projects
None yet
Development

No branches or pull requests

1 participant