diff --git a/GSoC-2016-Ideas.md b/GSoC-2016-Ideas.md index 588561f..c36448d 100644 --- a/GSoC-2016-Ideas.md +++ b/GSoC-2016-Ideas.md @@ -354,8 +354,9 @@ that already brings the tools to parse Nim code and represent it in AST form. There is already a converter from AST to Nim code as well, in [renderer.nim](https://github.com/Araq/Nim/blob/devel/compiler/renderer.nim), -that is used for `repr` as well as `c2nim`. It would make sense to use and -extend this or at least use it as inspiration. +that is used for `repr` as well as `c2nim`. There is also a `nimfix` tool to +convert old-style Nim code to new one. It would make sense to use and extend +the existing approaches or at least use them as inspiration. **Bonus points:** Make it possible to specify the coding style in some way, so that a project can choose a common style to use.