ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
Last change
on this file since ac9ca96 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
licencing: seventh groups of files
|
-
Property mode
set to
100644
|
File size:
859 bytes
|
Rev | Line | |
---|
[51b73452] | 1 | .TH "cfa-cpp" "1" "December 2002" "" ""
|
---|
| 2 | .SH NAME
|
---|
| 3 | cfa-cpp \- The CForall preprocessor
|
---|
| 4 | .SH SYNOPSIS
|
---|
| 5 | .B cfa-cpp
|
---|
| 6 | \fBcfa-cpp\fP [ -dtsgmcvenplD ] input_files
|
---|
| 7 | .br
|
---|
| 8 | .SH DESCRIPTION
|
---|
| 9 | \fBcfa-cpp\fP converts (cpp) preprocessed programs to C source files
|
---|
| 10 | for later processing by \fBgcc\fP(1)
|
---|
| 11 | .SH OPTIONS
|
---|
| 12 | .TP
|
---|
| 13 | \fB-d\fP
|
---|
| 14 | bison(1) debugging info
|
---|
| 15 | .TP
|
---|
| 16 | \fB-t\fP
|
---|
| 17 | dump parse tree
|
---|
| 18 | .TP
|
---|
| 19 | \fB-s\fP
|
---|
| 20 | dump Abstract Syntax Tree
|
---|
| 21 | .TP
|
---|
| 22 | \fB-g\fP
|
---|
| 23 | print alternatives for expressions
|
---|
| 24 | .TP
|
---|
| 25 | \fB-m\fP
|
---|
| 26 | print symbol table events
|
---|
| 27 | .TP
|
---|
| 28 | \fB-c\fP
|
---|
| 29 | generate C code
|
---|
| 30 | .TP
|
---|
| 31 | \fB-v\fP
|
---|
| 32 | dump AST after validation of declarations
|
---|
| 33 | .TP
|
---|
| 34 | \fB-e\fP
|
---|
| 35 | dump AST after expression analysis
|
---|
| 36 | .TP
|
---|
| 37 | \fB-n\fP
|
---|
| 38 | don't read preamble (can be combined with any of the preceding)
|
---|
| 39 | .TP
|
---|
| 40 | \fB-p\fP
|
---|
| 41 | generate prototypes for preamble functions
|
---|
| 42 | .TP
|
---|
| 43 | \fB-l\fP
|
---|
| 44 | generate libcfa.c
|
---|
| 45 | .SH "SEE ALSO"
|
---|
| 46 | The Cforall project homepage (http://plg.uwaterloo.ca/~cforall)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.