Skip to content

Commit

Permalink
Added documentation to the beginning of file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Sep 28, 2004
1 parent f806123 commit 3f1c224
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion modeq/interactive.rml
Expand Up @@ -19,7 +19,18 @@

*)

(* $Name$ *)
(* $Id$ *)

(**
** This module contain functionality for model management, expression evaluation, etc.
** in the interactive environment.
** The module defines a symboltable used in the interactive environment containing:
** - Modelica models (described using Absyn AST)
** - Variable bindings
** - Compiled functions (so they do not need to be recompiled)
** - Instantiated classes (that can be reused, not impl. yet)
** - Modelica models in SCode form (to speed up instantiation. not impl. yet)
**)

module Interactive:
with "absyn.rml"
Expand Down

0 comments on commit 3f1c224

Please sign in to comment.