ceriel 35 лет назад
Родитель
Сommit
5134a254e2
2 измененных файлов с 24 добавлено и 0 удалено
  1. 2 0
      lang/pc/comp/.distr
  2. 22 0
      lang/pc/comp/options

+ 2 - 0
lang/pc/comp/.distr

@@ -4,6 +4,7 @@ LLmessage.c
 Makefile
 Parameters
 Resolve
+Version.c
 body.c
 casestat.C
 char.tab
@@ -42,6 +43,7 @@ misc.h
 nmclash.c
 node.H
 node.c
+options
 options.c
 program.g
 progs.c

+ 22 - 0
lang/pc/comp/options

@@ -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