Tree Sitter: Add module and a debug helper.
Review Request #14513 — Created July 26, 2025 and updated — Latest diff uploaded
This change adds the main reviewboard.treesitter module, and
reviewboard.treesitter.debug, which contains a constant for checking if
the RB_DEBUG_TREESITTER environment variable is set (which will be used
for various logging and some xfail unit tests).
Ran unit tests.