We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c88c2 commit ec90650Copy full SHA for ec90650
README.md
@@ -9,7 +9,14 @@ This is a command line tool that takes a directory with
9
(XML representation of [EO](https://www.eolang.org) programs)
10
and produces a directory with `.eog` files, each of which is a textual
11
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:
+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:
20
21
```
22
[n] > fibo
0 commit comments