skvadrik / re2c

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

bison parsers: mark static yylex() and yyerror() #416

Closed trofi closed 2 years ago

trofi commented 2 years ago

Unused exported symbols are detected by uselex:

yyerror: [R]: exported from: src/parse/re2go-parser.o src/parse/parser.o src/parse/re2rust-parser.o
yylex: [R]: exported from: src/parse/re2go-parser.o src/parse/parser.o src/parse/re2rust-parser.o