26 Cometimentos (5961bcf896cdab7a9a463b0b79e8117599ce55a6)

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