ModelEngineering / TemplateSB

Template preprocessor for kinetics models.
MIT License
1 stars 0 forks source link

Add feature: template variable expressions #2

Closed joseph-hellerstein closed 7 years ago

joseph-hellerstein commented 7 years ago

Template variables are in the evaluation namespace For the expansion loop

  1. Variables are assigned their value
  2. Template expressions are evaluated in the name space and the str result is substituted

Issues - error reported for evaluations

joseph-hellerstein commented 7 years ago

Implemented.