We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43892bc commit 0c92b65Copy full SHA for 0c92b65
1 file changed
bazel/antlr.bzl
@@ -17,6 +17,8 @@ Generate C++ parser and lexer from a grammar file.
17
"""
18
19
load("@rules_cc//cc:cc_library.bzl", "cc_library")
20
+load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
21
+load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
22
23
def antlr_cc_library(name, src, package):
24
"""Creates a C++ lexer and parser from a source grammar.
0 commit comments