Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Max Brunsfeld 7930ba3917 Only allow identifiers after the '.' in a field expression vor 9 Jahren
grammar_test Remove error recovery tests vor 10 Jahren
src Only allow identifiers after the '.' in a field expression vor 9 Jahren
.gitattributes Don't count src folder towards GitHub language stats vor 10 Jahren
.gitignore Add grammar.json file vor 10 Jahren
.npmignore Initial commit vor 12 Jahren
.travis.yml Use clang on travis vor 10 Jahren
LICENSE Initial commit vor 12 Jahren
README.md Fix URLs in README vor 10 Jahren
binding.gyp Upgrade to latest tree-sitter-compiler vor 10 Jahren
grammar.js Only allow identifiers after the '.' in a field expression vor 9 Jahren
index.js Update grammar to use new tree-sitter API vor 10 Jahren
package.json Only allow identifiers after the '.' in a field expression vor 9 Jahren

README.md

tree-sitter-c

Build Status

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