source/projects/flowmetal/scratch/BUILD.bazel
Reid 'arrdem' McKenzie 45da5b603d BUILD.bazel
2024-02-06 10:01:19 -07:00

14 lines
197 B
Text

py_binary(
name = "astdump",
main = "astdump.py",
deps = [
py_requirement("pyyaml"),
]
)
py_binary(
name = "astinterp",
main = "astinterp.py",
deps = [
]
)