Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra5/src/producers/README – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
TENDRA C AND C++ PRODUCERS
2
==========================
3
 
4
This directory contains the source for the TenDRA C to TDF and C++ to TDF
5
producers.  Most of the source is shared between the producers and is
6
defined in the common directory.  The language dependent components
7
for the C and C++ producers are defined in the c and cpp directories
8
respectively.  The primary language dependent component is the sid
9
grammar for each language which determines which features of the common
10
section can be accessed.  Each language dependent directory also contains
11
a header, language.h, which defines macros:
12
 
13
		    LANGUAGE_C and LANGUAGE_CPP
14
 
15
which are used in the common source to select behaviour where the languages
16
differ, and to comment out sections which are not used by a particular
17
language.