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

Refactor project structure #28

Open
vuvoth opened this issue Feb 18, 2024 · 0 comments
Open

Refactor project structure #28

vuvoth opened this issue Feb 18, 2024 · 0 comments
Labels

Comments

@vuvoth
Copy link
Owner

vuvoth commented Feb 18, 2024

We should follow this structure:

  • crate parser only process parser with abstract TokenKind stream. We don't care about concrete token.
  • syntax crate wrap parser with concrete token and create API for query to syntax tree use rowan lib.
  • lsp implement logic for language server. This have responsibility for implement communicate with syntax crate to query data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant