Skip to content

Commit ec90650

Browse files
committed
doc
1 parent b6c88c2 commit ec90650

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ This is a command line tool that takes a directory with
99
(XML representation of [EO](https://www.eolang.org) programs)
1010
and produces a directory with `.eog` files, each of which is a textual
1111
representaiton of a [Control Flow Graph (CFG)](https://en.wikipedia.org/wiki/Control-flow_graph)
12-
in EOG language. For example, this is the input EO program:
12+
in **EOG language** (we invented it). Run it like this (download the latest version of the `eog.jar`
13+
JAR from [here](https://github.com/polystat/eog/releases)):
14+
15+
```bash
16+
$ java -jar eog.jar --help
17+
```
18+
19+
For example, this is the input EO program:
1320

1421
```
1522
[n] > fibo

0 commit comments

Comments
 (0)