some additions to .distr file
This commit is contained in:
parent
2cd40f68e6
commit
018cf665d8
2 changed files with 24 additions and 0 deletions
|
@ -4,6 +4,7 @@ LLmessage.c
|
||||||
Makefile
|
Makefile
|
||||||
Parameters
|
Parameters
|
||||||
Resolve
|
Resolve
|
||||||
|
Version.c
|
||||||
body.c
|
body.c
|
||||||
casestat.C
|
casestat.C
|
||||||
char.tab
|
char.tab
|
||||||
|
@ -42,6 +43,7 @@ misc.h
|
||||||
nmclash.c
|
nmclash.c
|
||||||
node.H
|
node.H
|
||||||
node.c
|
node.c
|
||||||
|
options
|
||||||
options.c
|
options.c
|
||||||
program.g
|
program.g
|
||||||
progs.c
|
progs.c
|
||||||
|
|
22
lang/pc/comp/options
Normal file
22
lang/pc/comp/options
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
options:
|
||||||
|
|
||||||
|
a: enable assertions
|
||||||
|
c: allow C-like strings
|
||||||
|
d: allow longs
|
||||||
|
i: set the size of sets
|
||||||
|
n: no register messages
|
||||||
|
s: only compile standard pascal
|
||||||
|
t: tracing
|
||||||
|
u, U: allow underscores in variables
|
||||||
|
w: disable warnings
|
||||||
|
A: extra array bound checks
|
||||||
|
C: disinguish between upper- an lower-case
|
||||||
|
L: no FIL and LIN instructions
|
||||||
|
M: maximum identifier length
|
||||||
|
R: no runtime checks
|
||||||
|
V: object sizes and alignments
|
||||||
|
|
||||||
|
Debugging options:
|
||||||
|
|
||||||
|
l: run lexical analyzer only
|
||||||
|
I: debugging info
|
Loading…
Reference in a new issue