tree-sitter / tree-sitter-c

C grammar for tree-sitter
MIT License
237 stars 106 forks source link

Support optional consequences #134

Closed amaanq closed 1 year ago

aryx commented 1 year ago

I think you need to regenerate the parser.c code too.

aryx commented 1 year ago

Not sure why we don't have any CI check working for this repo. Also what is this appveyor thing?

amaanq commented 1 year ago

Whoops, added parser.c changes now. I can add a PR for CI checks as well later today

Appveyor (I believe) is a third party CI/app runner tool thing that Max seems to have added to several parser repos

I'd also like to export preprocIf/preprocessor (would be useful in my objc grammar) if that'd be fine to PR in as well

aryx commented 1 year ago

That would be great! We should just the same CI we have for the other tree-sitter-xxx repos. Not sure why tree-sitter-c got left behind.