https://github.com/vkazanov/tree-sitter-quakec
A Tree-sitter grammar for QuakeC
https://github.com/vkazanov/tree-sitter-quakec
Last synced: 3 months ago
JSON representation
A Tree-sitter grammar for QuakeC
- Host: GitHub
- URL: https://github.com/vkazanov/tree-sitter-quakec
- Owner: vkazanov
- License: mit
- Created: 2023-08-31T20:37:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T07:05:24.000Z (11 months ago)
- Last Synced: 2025-03-15T01:47:49.581Z (3 months ago)
- Language: C
- Size: 2.91 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
QuakeC grammar for [[https://github.com/tree-sitter/tree-sitter][tree-sitter]].
As the language has many dialects and extensions and is not well-defined, the grammar had
to be developed in an ad-hoc way based on the dialect used by the 2021 Quake 1 rerelease
([[https://github.com/vkazanov/tree-sitter-quakec/tree/main/examples/rerelease][included]] directly for testing purposes).