The bison_cc_library rule is missing attributes that exist on cc_library:
implementation_deps for non-transitive header dependencies
defines, local_defines , linkopts, etc for adjusting the C/C++ compilation and linking contexts
srcs, hdrs, textual_hdrs for additional source files not generated by Bison that are required to compile the generated parser, possibly prefixed with c_ or extra_ to avoid confusion with existing src= attribute