kylegoetz / tree-sitter-unison

Tree Sitter grammar for Unison programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do we need more C code to handle operators?

kylegoetz opened this issue · comments

static Result post_pos_neg_sign(State *state, bool can_be_operator) {

Fuzzer warns of unused can_be_operator, but the two calling functions do pass t/f in. Does post_pos_neg_sign need to distinguish between symops and numeric literals?