Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Max Brunsfeld 7930ba3917 Only allow identifiers after the '.' in a field expression 9 anni fa
grammar_test Remove error recovery tests 10 anni fa
src Only allow identifiers after the '.' in a field expression 9 anni fa
.gitattributes Don't count src folder towards GitHub language stats 10 anni fa
.gitignore Add grammar.json file 10 anni fa
.npmignore Initial commit 12 anni fa
.travis.yml Use clang on travis 10 anni fa
LICENSE Initial commit 12 anni fa
README.md Fix URLs in README 10 anni fa
binding.gyp Upgrade to latest tree-sitter-compiler 10 anni fa
grammar.js Only allow identifiers after the '.' in a field expression 9 anni fa
index.js Update grammar to use new tree-sitter API 10 anni fa
package.json Only allow identifiers after the '.' in a field expression 9 anni fa

README.md

tree-sitter-c

Build Status

C grammar for tree-sitter. Adapted from this C99 grammar.