Skip to main content

Module keywords

Module keywords 

Expand description

Registry of reserved keywords.

Single source of truth for the keyword list in site/src/content/docs/book/reference/keywords.md, generated by render_markdown. The test tests/keywords_reference.rs asserts this table matches exactly the alphabetic #[token("…")] keywords declared in lexer.rs, so the two cannot drift.

Structs§

KeywordInfo
One reserved keyword and a one-line description of its role.

Constants§

KEYWORDS
Every reserved keyword, sorted.

Functions§

render_markdown
Render the keyword list as a Markdown reference page.