Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Oct 21, 1998
1 parent dc5a327 commit ca173a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modeq/main.rml
Expand Up @@ -21,15 +21,13 @@ with "rtopts.rml"

(** relation: translate_file
**
** The only relation in this module is the `main' relation, which is
** the starting point in all RML specifications. It is invoked with
** a list containing the command-line arguments.
** This relation invokes the translator on a source file. The
** argument should be a list with a single file name.
**)

relation translate_file : string list => () =

rule Parser.parse f => p &
(* Dump.dump p & *)
SCode.elaborate(p) => p' &
Inst.instantiate(p') => d &
DAE.dump d
Expand Down

0 comments on commit ca173a3

Please sign in to comment.