]> Witch of Git - ivy/commit
Add a pretty-printer for the AST
authorCassie Jones <code@witchoflight.com>
Thu, 27 Feb 2020 18:26:23 +0000 (19:26 +0100)
committerCassie Jones <code@witchoflight.com>
Thu, 27 Feb 2020 18:26:23 +0000 (19:26 +0100)
commitde51967e4fc53d78966daaef3c99aabbfcb723e4
treee8c294caa30037dbd4bcbd15286d1e504905666b
parent76b17b4eeb180550d8dd36177253a780d5ed8634
Add a pretty-printer for the AST

This uses the pretty-crate for wadler-style pretty-printers. I'm
printing them with a pretty syntax and not with s-expressions, because
it's easier to print pretty than it is to parse pretty.
Cargo.lock
Cargo.toml
src/ast.rs
src/main.rs