Skip to content

Document ranges and null coalescing#401

Merged
dplassgit merged 1 commit into
dplassgit:trunkfrom
ColumbusLabs:codex/document-ranges-null-coalescing
Jul 26, 2026
Merged

Document ranges and null coalescing#401
dplassgit merged 1 commit into
dplassgit:trunkfrom
ColumbusLabs:codex/document-ranges-null-coalescing

Conversation

@ColumbusLabs

Copy link
Copy Markdown
Contributor

Closes #364.

Summary

  • add RANGE to the documented types
  • document the parser precedence for range and null-coalescing expressions
  • explain range endpoints, indexing, string slicing, and current array-slicing limitation
  • explain compatible nullable operands and result behavior for ??

Validation

  • verified semantics against parser, static checker, interpreter, code generation, tests, and samples
  • git diff --check

Bazel is not installed in this environment; the repository contribution guide explicitly exempts documentation-only changes from tests.

#ai-assisted

@dplassgit
dplassgit merged commit 72629f4 into dplassgit:trunk Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ranges aren't documented well

2 participants