Changes between Initial Version and Version 1 of CodeGenerator


Ignore:
Timestamp:
Mar 23, 2006, 9:15:19 AM (19 years ago)
Author:
ginkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeGenerator

    v1 v1  
     1= CodeGenerator =
     2
     3Is a CommonLisp software developed for [wiki:Diva], which allows to define
     4an enquationset in a symbolic way and generates [wiki:Fortran] sourcefiles
     5for [wiki:Diva] accordingly.
     6
     7[wiki:ProMoT] uses the CodeGenerator for
     8
     9 * Parsing math expressions: we start the same parser function and only
     10   interpret the resulting tree differently.
     11 * Generation of [wiki:Diva] models: Promot generates a CG-File and then
     12   calls the CodeGenerator functions for producing the [wiki:Fortran] files.