Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Frontull Samuel
alpha
Commits
7ab65e0c
Commit
7ab65e0c
authored
Oct 19, 2021
by
Frontull Samuel
Browse files
updated readme
parent
3dd08b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+5
-3
No files found.
README.md
View file @
7ab65e0c
...
...
@@ -15,14 +15,16 @@ opam install dune
That's it. To run the
`main.ml`
file type
```
dune exec bin/main.exe max_depth
simultaneous dot
term_str
dune exec bin/main.exe max_depth term_str
```
-
max_depth: is the max number of compositions in the computation of the legal paths
-
simultaneous:
`true`
or
`false`
, denotes whether simultaneous substitution is applied
-
dot:
`true`
or
`false`
, denotes whether you want to generate a dot file
-
term_str: is a term in quotes in the format
`UT = (UT) | /x ... y.UT | UT ... UT | x`
, e.g.
`"(/x.x z) y"`
## Web Tool
You can also take a look at the web tool:
[
http://195.201.17.253:5050/
](
http://195.201.17.253:5050/
)
## Library
The
`lib`
folder contains the source code.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment