Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
| en:install [2026/04/03 14:47] – root | en:install [2026/04/03 14:49] (Version actuelle) – root | ||
|---|---|---|---|
| Ligne 54: | Ligne 54: | ||
| The W runtime is located in a directory present in the OS's //PATH//, and should therefore be found automatically by the shell.\\ | The W runtime is located in a directory present in the OS's //PATH//, and should therefore be found automatically by the shell.\\ | ||
| - | The directory containing the base path to the sources (//WSRC//) is optional. It is useful if the debugger needs to be used. The '' | + | The directory containing the base path to the sources (//WSRC//) is optional. It is useful if the debugger needs to be used. The '' |
| + | The following are potential parameters that will be used by the W program (not by the runtime). | ||
| + | |||
| + | === Formatting === | ||
| + | < | ||
| + | > | ||
| + | > Usage: lwf <file.w> | ||
| + | > | ||
| + | </ | ||
| + | The formatter reads the input file, <file.w>, reformats it, and then overwrites the original file with the formatted version. The formatted version is also sent to standard output.\\ | ||
| + | Formatting is done according to the //W// standard : | ||
| + | * Indentation in increments of 3 spaces | ||
| + | * End-of-line comments, starting with '';'', | ||
| + | * The following instructions raise the level: '' | ||
| + | === Lex Compilation === | ||
| + | //Under Construction// | ||