tree-sitter / tree-sitter-julia

Julia grammar for tree-sitter
MIT License
96 stars 33 forks source link

Anonymous fun (fix #12) #14

Closed FelipeLema closed 4 years ago

FelipeLema commented 4 years ago

Pretty straightforward. Fixes #12

I think I'm following conventions on this, lemme know if it isn't so.

FelipeLema commented 4 years ago

are src/grammar.json and src/parser.c not generated automatically from grammar.js?

is there a particular reason for having devs to commit generated files?

maxbrunsfeld commented 4 years ago

Yeah, those files are committed to the repo so that users of this repo can use it without having to install the tree-sitter CLI.

FelipeLema commented 4 years ago

oh, I see, thanks for that explanation.

will probably add a git hook to add them automagically

re-uploading them

maxbrunsfeld commented 4 years ago

Looks good. Thanks for the fix!