blob: 705b2e797669f86aa5c1cb01eefbd5c032580793 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
site_name: KPL Specification
site_dir: 'public'
repo_url: https://git.kpl.dev/kpl-specification/
repo_name: Markdown Source
copyright: Copyright © nodist
nav:
- Main: 'index.md'
- Syntax:
- Code: 'syntax/index.md'
- Define: 'syntax/define.md'
- Cast: 'syntax/cast.md'
- Type System:
- Templates: 'type_system/index.md'
- Qualifiers: 'type_system/qualifiers.md'
- Alias: 'type_system/alias.md'
- Unique: 'type_system/unique.md'
- Enum: 'type_system/enum.md'
- Flag: 'type_system/flag.md'
- Int: 'type_system/int.md'
- Float: 'type_system/float.md'
- Option: 'type_system/option.md'
- Result: 'type_system/result.md'
- Lock: 'type_system/lock.md'
- Buffer: 'type_system/buffer.md'
- Tuple: 'type_system/tuple.md'
- Table: 'type_system/table.md'
- Array: 'type_system/array.md'
- Vector: 'type_system/vector.md'
- Map: 'type_system/map.md'
- Set: 'type_system/set.md'
- Queue: 'type_system/queue.md'
- Union: 'type_system/union.md'
- Shared: 'type_system/shared.md'
- Error: 'type_system/error.md'
- Var: 'type_system/var.md'
- Fn: 'type_system/fn.md'
- State: 'type_system/state.md'
- Regex: 'type_system/regex.md'
- Namespace: 'type_system/namespace.md'
- Token: 'type_system/token.md'
- Value: 'type_system/value.md'
- Clause: 'type_system/clause.md'
- Name: 'type_system/name.md'
- Define: 'type_system/define.md'
- Symbol: 'type_system/symbol.md'
- Op: 'type_system/op.md'
- List: 'type_system/list.md'
- Action: 'type_system/action.md'
|