Update _index.md

This commit is contained in:
Sigilante 2022-12-27 16:00:14 -06:00 committed by GitHub
parent c77a39a391
commit c1582272ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,60 +17,60 @@ Hoon uses runes to form expressions, but not all expressions have runes in them.
Limb and wing expressions also lack runes.
### [`+ lus` (Arms)](/reference/hoon/rune/lus)
Runes (digraphs) used to define arms in a core.
## Runes Proper
### [`. dot` (Nock)](/reference/hoon/rune/dot)
Runes used for carrying out Nock operations in Hoon.
### [`! zap` (wild)](/reference/hoon/rune/zap)
Wildcard category. Expressions that don't fit anywhere else go here.
### [`= tis` (Subject Modification)](/reference/hoon/rune/tis)
Runes used to modify the subject.
### [`? wut` (Conditionals)](/reference/hoon/rune/wut)
Runes used for branching on conditionals.
### [`| bar` (Cores)](/reference/hoon/rune/bar)
Runes used to produce cores.
### [`+ lus` (Arms)](/reference/hoon/rune/lus)
### [`$ buc` (Structures)](/reference/hoon/rune/buc)
Runes used to define arms in a core.
### [`: col` (Cells)](/reference/hoon/rune/col)
Runes used to produce cells, which are pairs of nouns.
Runes used for defining custom types.
### [`% cen` (Calls)](/reference/hoon/rune/cen)
Runes used for making function calls in Hoon.
### [`^ ket` (Casts)](/reference/hoon/rune/ket)
### [`: col` (Cells)](/reference/hoon/rune/col)
Runes that let us adjust types without violating type constraints.
Runes used to produce cells, which are pairs of nouns.
### [`$ buc` (Structures)](/reference/hoon/rune/buc)
### [`. dot` (Nock)](/reference/hoon/rune/dot)
Runes used for defining custom types.
### [`; mic` (Make)](/reference/hoon/rune/mic)
Miscellaneous useful macros.
### [`~ sig` (Hints)](/reference/hoon/rune/sig)
Runes that use Nock `11` to pass non-semantic info to the interpreter.
Runes used for carrying out Nock operations in Hoon.
### [`/ fas` (Imports)](/reference/hoon/rune/fas)
Ford runes which import files.
### [`^ ket` (Casts)](/reference/hoon/rune/ket)
Runes that let us adjust types without violating type constraints.
### [`; mic` (Make)](/reference/hoon/rune/mic)
Miscellaneous useful macros.
### [`= tis` (Subject Modification)](/reference/hoon/rune/tis)
Runes used to modify the subject.
### [`~ sig` (Hints)](/reference/hoon/rune/sig)
Runes that use Nock `11` to pass non-semantic info to the interpreter.
### [`? wut` (Conditionals)](/reference/hoon/rune/wut)
Runes used for branching on conditionals.
### [`! zap` (wild)](/reference/hoon/rune/zap)
Wildcard category. Expressions that don't fit anywhere else go here.
### [`--`, `==` (Terminators)](/reference/hoon/rune/terminators)
Runes used to terminate expressions.