blob: 16cc2ebe17832c077e00f323898127d9bbeb6898 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
title = 'developer docs'
project = 'alive internals'
description = "`alive` developer documentation"
full_description = [[This section documents the *implementation* of the alive
language and copilot. It is relevant to everyone who is looking to modify,
improve or extend alive with new modules, language or interpreter features.
If you are looking for the language reference for users, head over to the
[reference](../reference/index.html) section of the documentation.]]
format = 'discount'
style = nil
template = 'docs'
dir = 'docs/internals'
topics = {'docs/internals/extensions.md'}
|