man flx_dir (Commandes) - Felix statements and directives (these need to be checked!).

NAME

Felix statements and directives (these need to be checked!).

Directives

#include <string>

Preprocessor include like C, except that only the first occurence of an include directive causes inclusion.

header <string>;

Includes C++ literally neat top of header file.

body <string>;

Includes C++ literally near top of body file.

code <string>;

Includes C++ literally in body file ay point of writing.

open <name>;

Makes identifiers in the specified module available for use without qualification.

use <name>::identifier;

use <identifier>=<name>;

Makes the specified identifier available for use without qualification.

VERSION

1.1.1_rc1

SEE ALSO

felix(1) for a language introduction and man page index

flx(1) for a list of the tools.

flxcc(1) for a description of the wrapper generator tool.

flx_lit(1) for a description of literals

flx_op(1) for a list of operators

flx_cop(1) for a list of C operator precedence names

flx_key(1) for a list of keywords

flx_grammar(1) for a grammar summary

flx_lib_typ(1) for a list of library types

flx_dir(1) for a list of directives

flx_exec(1) for a list of executable statements

flx_decl(1) for a list of declarative statements

flx_bind(1) for a list of binding statements

WEB SITE

See http://felix.sourceforge.net

AUTHOR

John Maxwell Skaller, mailto:skaller@users.sourceforge.net