Updated GSoC 2016 Ideas (markdown)
This commit is contained in:
parent
4b39cd998b
commit
b78e335674
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue