Skip to Content.
Sympa Menu

maude-help - Re: [Maude-help] Batch mode for Maude ?

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

Re: [Maude-help] Batch mode for Maude ?


Chronological Thread 
  • From: Javi Espert <jespert AT dsic.upv.es>
  • To: "J.Hofmann" <jacky.hofmann AT gmx.de>
  • Cc: maude-help AT cs.uiuc.edu
  • Subject: Re: [Maude-help] Batch mode for Maude ?
  • Date: Sat, 13 Oct 2012 17:43:23 +0200
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/maude-help/>
  • List-id: <maude-help.cs.uiuc.edu>

Hi Jacqueline,

You can simply use the standard input. Generate a file that lists every user command you wish to execute---I often use awk for this---and pipe it into Maude. The interpreter will sequentially perform every command and individually report its solution and evaluation time. If you need to further control the output (for example, to remove times, which makes using diff to check results easier), have a look at:

1) http://maude.cs.uiuc.edu/maude2-manual/html/maude-manualch18.html

2) The command-line switches of Maude's executable.

Good luck!
Javier Espert

2012/10/13 J.Hofmann <jacky.hofmann AT gmx.de>

Dear Maude-Experts,

 

for a project, I have to test a lot of Reductions with Maude, while noting the Solution and Response-Time.

I was wondering, if there is any possibility to do this in batch mode, for not having to fulfill each command manually. Unfortunately I couldn’t find anything at the web.

 

Thank you in advance!

Best regards,

Jacqueline Hofmann


_______________________________________________
Maude-help mailing list
Maude-help AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/maude-help





Archive powered by MHonArc 2.6.16.

Top of Page