Confuguration

- Typo fixes
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-05 17:10:51 +02:00
parent 17dc8ad698
commit 99c10d4953
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
## Configuration
The T compiler can have various variables tweaked to control the bahviour of the compiler
The T compiler can have various variables tweaked to control the behavior of the compiler
### `types`
Anything regarding the type system (this includes the type checker and the meta processor).
1. `types:max_width`
* This entry holds an integrak value
* This entry holds an integral value
* This sets the maximum bit-width of a machine (in bytes)
* This can either be `1`, `2`, `4` or `8`
* It affects how alises such as `size_t` and `ssize_t` behave in terms of what the resolve to
* It affects how aliases such as `size_t` and `ssize_t` behave in terms of what the resolve to
### `dgen`