10 次程式碼提交 (0bc1adf0c2e6e049621bed036d8c613fa897e76d)

作者 SHA1 備註 提交日期
  Max Brunsfeld c3965938cc Add node fields, update tree-sitter-cli 7 年之前
  Max Brunsfeld 2af332790e Make case statements contain all subsequent statements until the next case 7 年之前
  Max Brunsfeld 067d3f9681 Use parenthesized_expression in if, while, do statements 8 年之前
  Max Brunsfeld 82b62611b6 Differentiate primitive types from other type names 8 年之前
  Max Brunsfeld 31c966ece2 Handle multi-line comments with asterisks at the end 8 年之前
  Max Brunsfeld f433b2bf8a Tweak identifier naming convention 9 年之前
  Max Brunsfeld 6147b5ecca Rename label_name -> label, extract rules for identifier renames 9 年之前
  Max Brunsfeld 9e7706d922 Distinguish variables, types, fields and labels using renames 9 年之前
  Max Brunsfeld 39a662907b Make a named node for argument lists in call expressions 9 年之前
  Max Brunsfeld f4fca3e638 ⬆️ tree-sitter, rename grammar_test to corpus 9 年之前
  Max Brunsfeld c57b5a58f2 Fix malformed test that wasn't being run 10 年之前
  Max Brunsfeld 3695e0dfaf Handle comma-separated expressions in for loops 10 年之前
  Max Brunsfeld fa30191e88 Update grammar to use new tree-sitter API 10 年之前
  Max Brunsfeld 9bc2e2e19f Upgrade tree-sitter-compiler 11 年之前
  Max Brunsfeld 87ad2e9c69 Base grammar on existing C99 grammar 11 年之前
  Max Brunsfeld 11ce0da541 Add while statements 11 年之前
  Max Brunsfeld 9e566ff055 Add for statements, relational operators 11 年之前
  Max Brunsfeld 43ccfbd9fa Add if-else statements 12 年之前
  Max Brunsfeld fae81ec733 Add function calls, field access operators 12 年之前