| 1 | = CodeGenerator = |
| 2 | |
| 3 | Is a CommonLisp software developed for [wiki:Diva], which allows to define |
| 4 | an enquationset in a symbolic way and generates [wiki:Fortran] sourcefiles |
| 5 | for [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. |