Introduce "Ident" node, to distinguish between numbers and idents. (#219)

Add more information to the AST, which will help tools build on top of
it. The definition of Ident matches the one from
https://github.com/google/skylark/blob/master/syntax/syntax.go

This is a breaking change, some users might need to be updated.
12 files changed
tree: 9e93c3833a54b38690ea060c892c72868578128d
  1. .bazelci/
  2. api_proto/
  3. build/
  4. build_proto/
  5. buildifier/
  6. buildozer/
  7. config/
  8. deps_proto/
  9. differ/
  10. edit/
  11. extra_actions_base_proto/
  12. file/
  13. generatetables/
  14. lang/
  15. tables/
  16. unused_deps/
  17. wspace/
  18. .gitignore
  19. BUILD.bazel
  20. CONTRIBUTING.md
  21. CONTRIBUTORS
  22. LICENSE
  23. README.md
  24. status.sh
  25. WORKSPACE
README.md

Buildtools for bazel

This repository contains developer tools for working with Google's bazel buildtool.

Build status

Setup

See instructions in each tool's directory.