Chain transformers and test cases
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 1 Oct 2013 21:26:21 +0000 (14:26 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 8 Oct 2013 16:37:50 +0000 (18:37 +0200)
commit5a66fa3954f8d4329b2a32fe77c74d953a3c6bb7
tree9a21810804e17af8204cc22f220368e801870997
parenteb117eb9043a4954079f1845f61cc0bfe2facb37
Chain transformers and test cases

Transformers can now be chained together, working on the output of the
previous run.
transform/chain.go [new file with mode: 0644]
transform/chain_test.go [new file with mode: 0644]
transform/nav.go
transform/posttrans_test.go