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

partial parsing (unsound) #48

Open
3 tasks
florianschanda opened this issue Oct 24, 2023 · 0 comments
Open
3 tasks

partial parsing (unsound) #48

florianschanda opened this issue Oct 24, 2023 · 0 comments
Labels
large topic: API Affects the user-facing API topic: core Affects lexer/parser/infrastructure

Comments

@florianschanda
Copy link
Collaborator

This requires #47 (the sound version of this).

Use case:

  • provide include directories with new switch (e.g. -I)
  • provide one file we're interested in
  • validate just this file but ignore global issues
  • determine the set of file (not package) dependencies
  • parse subject file
  • resolve names only for items declared in subject file
@florianschanda florianschanda added topic: core Affects lexer/parser/infrastructure large topic: API Affects the user-facing API labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large topic: API Affects the user-facing API topic: core Affects lexer/parser/infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant