-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize HLSL Lexer Performance (#249)
* Update DirectxLexer.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix the tests * Fix tokenization method in HLSLLexer to use tokenize() instead of tokens * test new merge action * Fix GitHub Actions workflow to handle branch names correctly during push * Refactor GitHub Actions workflow to fetch and merge PR branch with main * Update GitHub Actions workflow to use ACCESS_TOKEN instead of GITHUB_TOKEN for pushing changes * Update GitHub Actions workflow to use CROSSGL_TOKEN for authentication * Update GitHub Actions workflow to push changes using CROSSGL_TOKEN for authentication * Revert changes to workflow, will fix in different PR --------- Co-authored-by: Nripesh Niketan <[email protected]>
- Loading branch information
1 parent
cfd399e
commit f933145
Showing
4 changed files
with
117 additions
and
98 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
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