Add CUDA grammar
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 13:09:29 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 13:09:29 +0100 |
| Commit | da973be545d6da3b2d42023f96bcfd79f751eba9 (patch) |
|
-rw-r--r-- |
Makefile | 2 | |
-rw-r--r-- |
abicheck.c | 2 | |
-rw-r--r-- |
main.c | 6 | |
-rw-r--r-- |
queries/cuda.h | 37 | |
-rw-r--r-- |
queries/cuda.scm | 20 | |
-rw-r--r-- |
tests.sh | 7 | |
-rw-r--r-- |
tests/test.cu | 26 | |
-rw-r--r-- |
tests/test.cuh | 19 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/LICENSE | 22 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/Makefile | 109 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/grammar.json | 17137 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/node-types.json | 8078 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/parser.c | 571142 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/scanner.c | 148 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/tree_sitter/alloc.h | 54 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/tree_sitter/array.h | 290 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/tree_sitter/parser.h | 265 | |
-rw-r--r-- |
vendor/tree-sitter-cuda/src/tree_sitter/runtime.h | 112 |
18 files changed, 597475 insertions, 1 deletions
Commit too large to display