You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ with the [Maude system](http://maude.cs.uiuc.edu) and the
6
6
[IOP Platform](https://github.com/SRI-CSL/iopc)
7
7
to program interactive Maude applications. It is used in systems such as the
8
8
[Pathway Logic Assistant](http://pl.csl.sri.com/) and the [Maude-NPA System](http://maude.cs.illinois.edu/w/index.php?title=Maude_Tools:_Maude-NPA) and its [GUI.](http://www.csl.sri.com/users/iam/NPA/index.html)
9
+
You can download the code either by cloning this repository or by downloading the latest [release.](https://github.com/SRI-CSL/imaude/releases)
9
10
10
11
## Overview
11
12
@@ -19,6 +20,7 @@ There are two ways to use the IMaude interaction environment: using only Maude
19
20
or using the IOP framework. These are illustrated with the help of the vending
20
21
machine example in subdirectory VendingMachine
21
22
23
+
#### Maude Commandline
22
24
To interact using only Maude, cd to [VendingMachine](VendingMachine), and type
23
25
```
24
26
maude load-vend
@@ -38,6 +40,7 @@ You can examine the current environment using the various `show` requests
38
40
of the `IMAUDE-STATE` module (also described in [doc-imaude.txt](ilib/Doc/doc-imaude.txt)).
39
41
input.txt has examples.
40
42
43
+
#### Maude Actor Systems
41
44
To interact via IOP you must have [IOP Platform](https://github.com/SRI-CSL/iopc) installed with the `IOPBINDIR` binary directory
0 commit comments