Crates.io | tree-sitter-cuda |
lib.rs | tree-sitter-cuda |
version | 0.20.6 |
source | src |
created_at | 2021-06-16 21:20:42.387062 |
updated_at | 2024-08-22 20:56:59.269569 |
description | cuda grammar for the tree-sitter parsing library |
homepage | |
repository | https://github.com/theHamsta/tree-sitter-cuda |
max_upload_size | |
id | 411039 |
size | 19,603,458 |
This is a extension of tree-sitter-cpp to support
CUDA storage and function specifiers (__shared__
, __device__
) and its kernel call syntax.