Skip to content

Add macro for CUP

Compare
Choose a tag to compare
@regisd regisd released this 15 Oct 19:59
· 23 commits to master since this release
7311e16

See all changes in milestone v2

N.B. This macro forces you to define //third_party/cup:cup_bin

You can add a BUILD file third_party/cup/BUILD with content

alias(
  name = "cup_bin",
 actual = "@jflex_rules//third_party/cup:cup_bin",
)