Documented new TemplateVariable= semantics.
1 parent 59743f3 commit 0356b901f2f1421b697eb7d12ec4524160d5e551
@tundra tundra authored on 13 Jan 2005
Showing 1 changed file
View
11
WHATSNEW.txt
 
- Significant internal code resturcturing to encasulate parse-related
data structures into the 'Symbol Table' object. This eliminated
most of the global variables.
 
- Template variables previously required a right hand side when
instantiated. It is now possible to have a construct like
"TemplateVariable=" in the configuration file. In that case, the
variable is brought into existence with the default value found in
its template. This means the default value must be one of the
entries in the 'LegalVals' field of that variable's descriptor. If
it is not, the user will be *required* to enter a right hand side in
the configuration file. (Because the default will be illegal in this
case and thus not accepted by 'tconfpy'.)
 
NEW FEATURES
 
- Added the 'CallingProgram' API keyword parameter. This allows the
calling program to change the program name embedded in every message
produced during the parse.
 
 
 
 
WHATSNEW For 'tconfpy' 1.185 (Sun May 2 03:07:05 CDT 2004)