# Tangler
I’ve written a Haskell program to roll all your source blocks from Org markup out to their designated files for testing:
– Compile with `ghc tangler.hs`
– Run with `./tangler tangler.org` (or whatever target **.org** file, this one re-generates the source code in **tangler.hs**)
– File names written after `:tangle` header arguments will have source code block content appended to them.
I use this with VSCode and WSL instead of Emacs, maybe someone else can make use.