sorry it's in such a bad state but this didn't go very far

so hopefully i get farther with the other method and this branch is
lost to history. but in case it's not, lol
This commit is contained in:
cqc
2023-05-11 18:56:57 -05:00
parent c07921e697
commit a45395857d
2 changed files with 32 additions and 8 deletions

View File

@ -1,4 +1,16 @@
* usage:
evaulate the following in ur ocaml toplevel (`$ ocaml`):
```
#use_output "dune ocaml top";;
Dot_of_tast.dot_of_tast "let rec fact n = if n = 0 then 1. else float n *. fact (n - 1)";;
```
run in shell to see output:
```
$ xdot x.dot
```
** current development pattern