|
|
|
|
|
by laurentlb
726 days ago
|
|
From what I remember, Piccolo uses a Python interpreter. Blaze also used to call a Python interpreter to evaluate BUILD files, but this is something I've changed. Starlark is unrelated to Piccolo, it started as an interpreter written inside Blaze. Starlark was created just before we open-sourced Bazel (because I didn't want to open-source the Python preprocessing). Edit: indeed, Boq's manifest.bzl is Starlark. |
|