Parser: allow multiple statements on the same line as the colon

 e.g. def foo(x, y): print(x); print(y)

Bug found when adding the pass statement.

--
MOS_MIGRATED_REVID=88852710
2 files changed
tree: 4310f649a03a24da973e1f0090b7cf392589d731
  1. base_workspace/
  2. docs/
  3. scripts/
  4. src/
  5. third_party/
  6. tools/
  7. .gitignore
  8. .travis.yml
  9. bootstrap_test.sh
  10. compile.sh
  11. LICENSE.txt
  12. README.md
  13. WORKSPACE
README.md

Bazel

{Fast, Correct} - Choose two

Bazel is a build tool that builds code quickly and reliably. It executes as few build steps as possible by tracking dependencies and outputs, controls the build environment to keep builds hermetic, and uses its knowledge of dependencies to parallelize builds.