summaryrefslogtreecommitdiff
path: root/docs/application/index.md
blob: fcc1dadeecec6d77267a146c65c6d3278e894c6d (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
# Runtime

---

# Requirements

* Linux X64 with io_uring (6+)
* GNU Make
* GCC with -std=gnu99 -fhardened (14+)

# Sections

* ##### [Interface](./interface.md)
* ##### [Type](./type.md)
* ##### [Pool](./pool.md)
# ##### [Name](./name.md)
* ##### [Thread](./thread.md)
* ##### [Io](./io.md)
* ##### [Gc](./gc.md)
* ##### [Group](./group.md)
* ##### [Buffer](./buffer.md)
* ##### [Map](./map.md)
* ##### [Queue](./queue.md)
* ##### [Namespace](./namespace.md)
* ##### [Testing](./testing.md)

# Invocation

## Startup

## Main

### File

### String/REPL

1. ##### Parse
2. ##### Scan
3. ##### Scope
4. ##### Check
5. ##### Eval
6. ##### Ir
7. ##### Jit
8. ##### Exec

## Shutdown