Pristine Ack-5.5
[Ack-5.5.git] / lang / m2 / comp / options
1 options:
2
3 g:      symbol table for debugger
4 l:      local extensions enabled
5 n:      no register messages
6 s:      symmetric range for integers: MIN(INTEGER) = -MAX(INTEGER)
7 w:      disable warnings
8 x:      make every name global (for ADB)
9 A:      extra array bound checks
10 I:      look in directory for definition modules
11 L:      no FIL/LIN instructions
12 M:      maximum identifier length
13 R:      runtime checks
14 U:      allow underscores in identifiers
15 V:      object sizes and alignments
16 W:      enable warnings
17 3:      strict 3rd edition Modula-2
18 -:      to pass debugging options
19
20 Debugging options:
21
22 i:      display number of structures allocated and number of lines read
23 t:      run lexical analyzer only
24 C:      dump of constant expressions
25 F:      display size of every file read.
26 S:      define/lookup symbol table access dump
27 X:      parse-tree dump
28