Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Feb 17, 2006
1 parent aca2480 commit a73761c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Compiler/Ceval.rml
Expand Up @@ -1372,6 +1372,21 @@ axiom ceval_interactive_functions (env, Exp.CALL(Absyn.IDENT("clear"),[],_,_),s
=> (Values.ARRAY([Values.STRING(executable),
Values.STRING(initfilename)]),st)

rule (* failing build_model *)
-------------------------------
ceval_interactive_functions (env, exp as Exp.CALL(Absyn.IDENT("buildModel"),
[Exp.CREF(cr,_),
starttime,
stoptime,
interval,
method,
filenameprefix],_,_),
st' as Interactive.SYMBOLTABLE(p,sp,ic,iv,cf),
msg)

=> (Values.ARRAY([Values.STRING(""),
Values.STRING("")]),st')


rule (* FIXME: Should ceval be called with impl=true here? *)
(* Build and simulate model *)
Expand Down

0 comments on commit a73761c

Please sign in to comment.