diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,3 +20,9 @@ Note: this is highly experimental and unstable. ## Usage `go run ./cmd/gint < ./samples/fib` + +To debug visually the AST, you can set the `DOT` env to a command able +to a display a graphviz dot input, such as `dot -Txlib` or `dotty -` +(for old graphviz versions like mine): + +`DOT="dot -Txlib" go run ./cmd/gint < ./samples/fib` |
