-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for internal visibility modifier
Summary: Modern Hacklang introduced modules and the internal visibility modifier to mark methods and functions as only accessible from within the current module. The Hacklang treesitter grammar doesn't support the internal visibility modifier yet. This diff addresses it. Test Plan: Grammar tests pass: ``` tree-sitter generate tree-sitter test ``` Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
Showing
6 changed files
with
191,882 additions
and
198,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.