26 Комити (37dc8d34fc2b99526c2eca6407b35399a5288c0b)

Аутор SHA1 Порука Датум
  WolodiaM 37dc8d34fc Renamed raw_string_* to gnu_raw_string_* пре 3 недеља
  WolodiaM d7f6648cc4 Added tests пре 4 недеља
  Amaan Qureshi f00bc3285f fix: allow 1 character in hex escape sequences пре 1 година
  Amaan Qureshi 9f850b2136 fix: allow type qualifiers after sized type specifiers пре 1 година
  Amaan Qureshi 6c2cf5ed2b fix: allow empty expression statements at the top level пре 1 година
  Amaan Qureshi f64152e441 feat: add `extension_expression` пре 1 година
  Amaan Qureshi 0f1658320e
feat: support the `_Nonnull` clang attribute пре 1 година
  Amaan Qureshi 8e6e28c340 fix: ternary consequences can have comma expressions пре 2 година
  Lewis Russell c325574f64 fix: improve concatenated_string пре 2 година
  Amaan Qureshi fea3dea7b9
feat: support missing gnu-style designated initializers пре 2 година
  Amaan Qureshi 978daf49f6
feat: allow `$` in identifiers пре 2 година
  Phil Turnbull f1075f2d65
fix: `sizeof` precedence is incorrect пре 2 година
  Amaan Qureshi 8a41305cc0
feat: support C23 number suffixes пре 2 година
  Amaan Qureshi 8e919ab298
feat: add `alignof_expression` пре 2 година
  Amaan Qureshi f786a822b8
feat: add `__extension__` пре 2 година
  Amaan Qureshi 08523da9d6
fix: allow string concatenations to start with an identifier пре 2 година
  Amaan Qureshi 7b8332686e
chore: add tests пре 3 година
  Amaan Qureshi bb4ab38847 feat: allow type_qualifiers after typedef specifier, alias char content пре 3 година
  Amaan Qureshi a726cb95ee chore: add a test пре 3 година
  Christian Clason 6adee19458
feat: allow identifiers in string concatenations (#145) пре 3 година
  Benjamin Brownlee 693d298099
feat: add gnu inline asm syntax (#140) пре 3 година
  Jason Brown e1359a0a54 Adding support for offsetof пре 3 година
  Amaan Qureshi 4f1a01d461
chore: add a test for the new features пре 3 година
  Jade Lovelace 93135e2eb5 fix: implement Unicode identifiers пре 3 година
  calixteman 2ed529f075 Add u|U|u8 string|char support (#36) пре 6 година
  Max Brunsfeld 457a7917a1 Use new test structure, add syntax highlighting tests пре 6 година
  calixteman c8061429cc Fix error with ++L (consequence of support for L strings) (#26) пре 7 година
  Max Brunsfeld c3965938cc Add node fields, update tree-sitter-cli пре 7 година
  calixteman ff4fc1c785 Handle L-strings and L-chars (#25) пре 7 година
  calixteman 2945de0173 Fix precedences of * (deref) and & (address-of) (#21) пре 7 година
  calixteman adf868ce9a Fix parenthesized expression on left side of assignment (#22) пре 7 година
  Calixte Denizet 338f99e8a0 Fix comment containing backslash пре 7 година
  Max Brunsfeld fd42e75886 Flesh out number literal parsing пре 7 година
  Max Brunsfeld 175d93b439 Handle postfix type qualifiers in compound literals пре 7 година
  Max Brunsfeld 95b5710ff9 Allow number literals with 'f' suffix and digit separators пре 7 година
  Max Brunsfeld 1358e07759 Allow escaped newlines in single-line comments пре 7 година
  Max Brunsfeld df769721cb Parse escape sequences пре 8 година
  Max Brunsfeld e8b6879820 Use repeat in initializer lists пре 8 година
  Max Brunsfeld 0c38b9f8c9 Handle identifier starting with 'false', 'true', etc пре 8 година
  Max Brunsfeld 82b62611b6 Differentiate primitive types from other type names пре 8 година
  Max Brunsfeld f433b2bf8a Tweak identifier naming convention пре 9 година
  Max Brunsfeld 66003e2afc Rename type_clause -> type_descriptor and pull out the parens пре 9 година
  Max Brunsfeld 9e7706d922 Distinguish variables, types, fields and labels using renames пре 9 година
  Max Brunsfeld 42436c29ae Allow simple abstract function declarators as in `sizeof(void * ())` пре 9 година
  Max Brunsfeld 39a662907b Make a named node for argument lists in call expressions пре 9 година
  Max Brunsfeld 281e0cd60d Add 'u' and 'l' suffixes on number literals пре 9 година
  Max Brunsfeld 8e8a968e3b Fix handling of backslashes in string literals пре 9 година
  Max Brunsfeld 9b715a2620 Add concatenated strings пре 9 година
  Max Brunsfeld fb51d81c99 Add comma expressions, make parenthesized expressions named rules пре 9 година
  Max Brunsfeld be2676ed3e Allow empty initializer lists пре 9 година