I manually added my new OP VN to match_token.rl:
"VN" => { MATCH_OP(E_OP_VN); };
But when I try to build, I get an error that E_OP_VN is undeclared. I see the declarations in match_token.c but that looks like a file I should manually adjust… What’s the right next step, here? I must’ve gotten it correct last week because I had none of these issues building the QT.SC OPs…