From b78e3356745d51d44231bde269d0cab445614eb9 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Thu, 18 Feb 2016 20:31:46 +0100 Subject: [PATCH] Updated GSoC 2016 Ideas (markdown) --- GSoC-2016-Ideas.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.