en:install

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
en:install [2026/04/03 14:47] rooten: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 ''-d'' option starts the runtime in debug mode on the program. The ''-t'' option displays the assembler instructions executed by the runtime for the requested program in the console. The runtime executes the binary program W <prog> (the ''.wp'' extension is not required). To be continued...+The directory containing the base path to the sources (//WSRC//) is optional. It is useful if the debugger needs to be used. The ''-d'' option starts the runtime in debug mode on the program. The ''-t'' option displays the assembler instructions executed by the runtime for the requested program in the console. The runtime executes the binary program W <prog> (the ''.wp'' extension is not required).\\ 
 +The following are potential parameters that will be used by the W program (not by the runtime). 
 + 
 +=== Formatting === 
 +<code> 
 +
 +> Usage: lwf <file.w> 
 +
 +</code>  
 +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 '';'', are separated from the code by spaces to align to a column width that is a multiple of 8 
 +  * The following instructions raise the level: ''begin library background sub if loop foreach'' 
 +=== Lex Compilation === 
 +//Under Construction//
  • en/install.txt
  • Dernière modification : 2026/04/03 14:49
  • de root