syntax_tools
syntax_tools copied to clipboard
Erlang syntax tools, a library for working with abstract syntax trees. This is the canonical development repository.
http://cvs.haskell.org/Hugs/pages/libraries/base/Text-PrettyPrint-HughesPJ.html Read through and see if there are good ideas that should be transplanted to prettypr.erl.
Vlad Dumitrescu wrote (08/12/2005 12:01 PM): > I would like to use syntax_tools to prettyprint source code, but with a slightly modified layout - for example, I'd like to have...
Bertil Karlsson < [email protected]> skrev: As you may know, igor is used in OTP's asn1 compiler, where I discovered that igor turns ``` spawn(asn1rt_driver_handler, init, [self()]); ``` into ``` spawn(fun...