> For the complete documentation index, see [llms.txt](https://daseldocs.tomwright.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daseldocs.tomwright.me/syntax.md).

# Syntax

- [Query syntax](https://daseldocs.tomwright.me/syntax/query-syntax.md)
- [Whitespace](https://daseldocs.tomwright.me/syntax/whitespace.md)
- [Comments](https://daseldocs.tomwright.me/syntax/comments.md)
- [Types/Literals](https://daseldocs.tomwright.me/syntax/types-literals.md)
- [Recursive Descent](https://daseldocs.tomwright.me/syntax/recursive-descent.md)
- [Regex](https://daseldocs.tomwright.me/syntax/regex.md)
- [String concatenation](https://daseldocs.tomwright.me/syntax/string-concatenation.md)
- [Arrays/slices](https://daseldocs.tomwright.me/syntax/arrays-slices.md)
- [Objects/maps](https://daseldocs.tomwright.me/syntax/objects-maps.md)
- [Operators](https://daseldocs.tomwright.me/syntax/operators.md)
- [Conditionals](https://daseldocs.tomwright.me/syntax/conditionals.md)
- [Spread](https://daseldocs.tomwright.me/syntax/spread.md)
- [Coalesce](https://daseldocs.tomwright.me/syntax/coalesce.md)
- [Branches](https://daseldocs.tomwright.me/syntax/branches.md)
