skvadrik / re2c

Lexer generator for C, C++, Go and Rust.
https://re2c.org
Other
1.06k stars 169 forks source link

[bazel] Fix re2c_gen rule: remove a reference to an undefined variable #470

Closed egorich239 closed 6 months ago

egorich239 commented 6 months ago

Mainly [err_file] is an undefined variable. My buildifier also put some random white spaces, I hope it's okay.

Probably some tl&c would be worth it, converting to bazel module, but that's for another day.

skvadrik commented 6 months ago

Thanks for the fix!

I would prefer a more descriptive commit message (something like you wrote in the PR description), but ok to leave as is for such a small change.