Skip to the content.

Skylark rule for JFlex

Attributes

Example

The example //java/jflex/examples/helloworld generates a lexer from helloworld.flex with:

 jflex(
    name = "gen_hello_lexer",
    srcs = ["helloworld.flex"],
    outputs = ["HelloWorld.java"],
)

See //java/jflex/examples/helloworld.