|
12 | 12 |
|
13 | 13 | * `/blocks` - filesystem root for `BLOCK` wordset implementations |
14 | 14 | * `/bootdict` - Bootstrap dictionary, Flat Assembler sources |
15 | | - * `/tc` - Forth VM threaded code |
16 | | - * `/x86` - native x86 code |
17 | | - * `/x86-dtc` - native x86 code, DTC specifics |
18 | | - * `/x86-itc` - native x86 code, ITC specifics |
19 | | - * `bootdict-x86.asm` - main module for x86 |
| 15 | + * `/tc` - Forth VM threaded code |
| 16 | + * `/x86` - native x86 code |
| 17 | + * `/x86-dtc` - native x86 code, DTC specifics |
| 18 | + * `/x86-itc` - native x86 code, ITC specifics |
| 19 | + * `bootdict-x86.asm` - main module for x86 |
20 | 20 | * `/build` - build artifacts and temporary files |
21 | 21 | * `/contrib` |
22 | | - * `/*` - contributions, Forth |
23 | | - * `*.4th` |
| 22 | + * `/*` - contributions, Forth |
| 23 | + * `*.4th` |
24 | 24 | * `/docs` - system documentation |
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 |
| 28 | + * `ikforth-base-x86` - basic interactive system configuration, Forth |
| 29 | + * `ikforth-dev-x86` - developer's interactive configuration, Forth |
30 | 30 | * `/src` |
31 | 31 | * `/lincon` - LINux CONstants dynamic library, C sources |
32 | 32 | * `/loader` - Loader for dictionaries, C/C++ sources |
33 | 33 | * `/sysdict` - system dictionary, Forth |
34 | | - * `/term` - terminal integration, Forth |
35 | | - * `/x86` - x86-specific primitives, Forth |
36 | | - * `/x86-linux` - Linux-specific definitions, Forth |
37 | | - * `/x86-windows` - Windows-specific definitions, Forth |
38 | | - * `*.4th` |
| 34 | + * `/term` - terminal integration, Forth |
| 35 | + * `/x86` - x86-specific primitives, Forth |
| 36 | + * `/x86-linux` - Linux-specific definitions, Forth |
| 37 | + * `/x86-windows` - Windows-specific definitions, Forth |
| 38 | + * `*.4th` |
39 | 39 | * `/test` |
40 | | - * `/*` - tests, Forth |
41 | | - * `/forth2012-test-suite` - Gerry Jackson's Test programs for Forth 2012 and ANS Forth |
42 | | - * `*.4th` |
| 40 | + * `/*` - tests, Forth |
| 41 | + * `/forth2012-test-suite` - Gerry Jackson's Test programs for Forth 2012 and ANS Forth |
| 42 | + * `*.4th` |
0 commit comments