./textproc/tree-sitter-c, C grammar for tree-sitter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.20.7, Package name: tree-sitter-c-0.20.7, Maintainer: pkgsrc-users

C grammar for tree-sitter


Master sites:

Filesize: 369 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-28 14:29:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
tree-sitter-c: update to 0.20.7.

0.20.7

    Fix sizeof precedence by @philipturnbull in #168
    Adds GH tag queries by @BekaValentine in #122
    Add Microsoft SEH extension to the grammar by @DennySun2100 in #164
    Add TAGS_QUERY to rust bindings by @Squadrick in #175
    Misc fixes by @amaanq

0.20.6

    fix: rework rules to reduce state count by @amaanq in #162
    Fix by @amaanq in #163
   2023-08-24 08:15:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
tree-sitter-c: update to 0.20.5.

    Minor fixes by @amaanq in #158
    Support for misc features by @amaanq in #161
   2023-07-30 04:19:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
tree-sitter-c: update to 0.20.4.

Features

    add attribute_specifierto struct (4b6e0bc)
    rework release action (e17d0a1)

Bug Fixes

    rework typedef specifiers again (4c49fc3)
    swap precedences of assignnment and conditional expressions (f3559c6)
    disallow / after \S to better handle comments in preproc_arg (5890e77)
    make preproc newlines immediate so they don't span excess trailing newliens \ 
(41c0a15)
   2023-01-20 12:15:00 by Thomas Klausner | Files touched by this commit (27)
Log message:
treesitter: use libtool for generating grammars

Hopefully fixes use on macOS
   2023-01-18 14:28:35 by Thomas Klausner | Files touched by this commit (4)
Log message:
textproc/tree-sitter-c: import tree-sitter-c-0.20.2

C grammar for tree-sitter