Noeud: DyALog executables, Noeud « Next »: , Noeud « Previous »: dyam2asm, Noeud « Up »: Using DyALog



DyALog executables

All DyALog executables accept the following options:

     %> <dyalog_exe> [options | files] [-a args]
     

-h
Display some help and exit.
-db filename
Load filename as a database. -db may be ommited when filename does not start with `-'.
-forest
Display the shared forest at the end of the execution
-fcount
Display the number of possible derivations per answer.
-slex string
Use string as the string to parse
-flex file
Use file as a character file to parse
-v kind
Display trace information relative to kind, which should belong to dyam, share, index, or all.
-a args
All args are collected in a Prolog list of symbols and accessible by the executable through the builtin argv/1.

By default, a filename on the command line is loaded as a database.