|
10 | 10 |
|
11 | 11 | *Note*: The structure below is Work In Progress. |
12 | 12 |
|
| 13 | +* `/app` - applications |
13 | 14 | * `/blocks` - filesystem root for `BLOCK` wordset implementations |
14 | 15 | * `/bootdict` - Bootstrap dictionary, Flat Assembler sources |
15 | 16 | * `/tc` - Forth VM threaded code |
16 | 17 | * `/x86` - native x86 code |
17 | 18 | * `/x86-dtc` - native x86 code, DTC specifics |
18 | 19 | * `/x86-itc` - native x86 code, ITC specifics |
| 20 | + * `/x86-wordlist` - wordlist structures, x86 and Forth VM threaded code |
19 | 21 | * `bootdict-x86.asm` - main module for x86 |
20 | 22 | * `/build` - build artifacts and temporary files |
21 | | -* `/contrib` |
22 | | - * `/*` - contributions, Forth |
23 | | - * `*.4th` |
24 | 23 | * `/docs` - system documentation |
| 24 | + * `/adr` - Architecture Decision Records |
25 | 25 | * `/docker` - definitions for Dockerized build environments |
26 | 26 | * `/lib` - libraries |
27 | 27 | * `/product` |
28 | | - * `ikforth-base-x86` - basic interactive system configuration, Forth |
29 | | - * `ikforth-dev-x86` - developer's interactive configuration, Forth |
30 | | -* `/src` |
31 | | - * `/lincon` - LINux CONstants dynamic library, C sources |
32 | | - * `/loader` - Loader for dictionaries, C/C++ sources |
| 28 | + * `/ikforth-base-x86` - basic interactive system configuration, Forth |
| 29 | + * `/ikforth-dev-x86` - developer's interactive configuration, Forth |
| 30 | + * `/ikforth-dist` - release distribution |
33 | 31 | * `/sysdict` - system dictionary, Forth |
34 | 32 | * `/term` - terminal integration, Forth |
35 | 33 | * `/x86` - x86-specific primitives, Forth |
|
40 | 38 | * `/*` - tests, Forth |
41 | 39 | * `/forth2012-test-suite` - Gerry Jackson's Test programs for Forth 2012 and ANS Forth |
42 | 40 | * `*.4th` |
| 41 | +* `/tools` |
| 42 | + * `/linconst-extract` - tool for extracting constants from Linux headers, C sources |
| 43 | + * `/loader` - Loader for dictionaries, C/C++ sources |
| 44 | + * `/winconst-extract` - tool for extracting constants from Windows headers, C sources |
0 commit comments