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'