commit | 66aa4244f66022117cccb9bd555b5a57c8d9d9f5 | [log] [tgz] |
---|---|---|
author | Marwan Tammam <marwan.01010100@gmail.com> | Wed Jul 24 06:56:08 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 24 06:58:10 2019 -0700 |
tree | 0f942d1c001e3e9efbbb74f65975112bdc75fa6b | |
parent | 258be48ed87b457f79e6a034934b406f3446cab8 [diff] |
Support bitwise operations Add support for `~`, `&`, `|`, `^`, `<<`, `>>` bitwise operations. Implements: https://github.com/bazelbuild/starlark/issues/20#issuecomment-456647994 Closes #8903. PiperOrigin-RevId: 259732302
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.