6 Commits (618018069bebc80c98703c2561606d157198fda9)

Autor SHA1 Nachricht Datum
  Christian Clason 6adee19458
feat: allow identifiers in string concatenations (#145) vor 3 Jahren
  Amaan Qureshi f67789cdfd
chore: add some tests vor 3 Jahren
  John Drouhard f71e80b9f2 Extract "..." into a named node called variadic_parameter. Fixes #73 vor 4 Jahren
  John Drouhard 0b714a5134 rename attribute_definition to attribute_declaration vor 4 Jahren
  jdrouhard 8fc135a72b
Add support for C23 attributes (#81) vor 4 Jahren
  Max Brunsfeld 457a7917a1 Use new test structure, add syntax highlighting tests vor 6 Jahren
  Max Brunsfeld 0bc1adf0c2 Tweak fields vor 7 Jahren
  Max Brunsfeld c3965938cc Add node fields, update tree-sitter-cli vor 7 Jahren
  calixteman fb9fbd83f0 Handle __attribute__ in function declaration (#19) vor 7 Jahren
  Max Brunsfeld 5a25ac2983 Allow multiple names to be defined in a typedef statement vor 7 Jahren
  Max Brunsfeld 50c3a02bc7 Allow preprocessor directives in field decl lists vor 7 Jahren
  Max Brunsfeld 7f827b42a8 Add explicit nodes for bitfield clauses vor 7 Jahren
  Max Brunsfeld ed56d5e288 Fix array declarator parsing vor 7 Jahren
  Max Brunsfeld f8cab65c3a Allow type qualifier lists in pointer declarators vor 8 Jahren
  Max Brunsfeld 95b1b4315e Add _Atomic and restrict type qualifiers vor 8 Jahren
  Max Brunsfeld 1e1f7c9cf8 Parse typedef names as type_identifiers vor 8 Jahren
  Max Brunsfeld 82b62611b6 Differentiate primitive types from other type names vor 8 Jahren
  Max Brunsfeld c4ed85b79b Call inline a storage class specifier like static vor 8 Jahren
  Max Brunsfeld f433b2bf8a Tweak identifier naming convention vor 9 Jahren
  Max Brunsfeld 9e7706d922 Distinguish variables, types, fields and labels using renames vor 9 Jahren
  Max Brunsfeld eb82660b87 Generalize the ordering of type and declaration specifiers vor 9 Jahren
  Max Brunsfeld ab0162ce37 Make member_declaration_list its own rule vor 9 Jahren
  Max Brunsfeld f3ea61c8fe Add C++ linkage specifiers, since they appear in .h files vor 9 Jahren
  Max Brunsfeld 367cd73ee2 Allow unsigned, short, etc to be their own types vor 9 Jahren
  Max Brunsfeld f4fca3e638 ⬆️ tree-sitter, rename grammar_test to corpus vor 9 Jahren
  Max Brunsfeld f9a1ffa413 Add function-like macros as type specifiers vor 10 Jahren
  Max Brunsfeld 9e4d077996 Add varargs function declarations vor 10 Jahren
  Max Brunsfeld d6d31778ba Allow trailing commas in enum specifiers vor 10 Jahren
  Max Brunsfeld fa30191e88 Update grammar to use new tree-sitter API vor 10 Jahren
  Max Brunsfeld 87ad2e9c69 Base grammar on existing C99 grammar vor 11 Jahren
  Max Brunsfeld ae3a41b13f Add all storage classes vor 11 Jahren
  Max Brunsfeld 845921d558 Add storage classes to function defs vor 11 Jahren
  Max Brunsfeld 485141c5c0 Add functions w/ pointer return types vor 11 Jahren
  Max Brunsfeld ccdbf809ad Allow pointer types in typedefs vor 11 Jahren
  Max Brunsfeld 705256dbba Update tests and grammar for new tree-sitter vor 12 Jahren
  Max Brunsfeld c762be696e Add variable definitions, function definitions vor 12 Jahren
  Max Brunsfeld ebcf79c462 Add long, short, unsigned vor 12 Jahren
  Max Brunsfeld af4466ace2 Add composite-typed variable declarations vor 12 Jahren
  Max Brunsfeld 474975e32b Add unions, enums vor 12 Jahren
  Max Brunsfeld c91415338d Initial commit vor 12 Jahren