Run snippet code
- Synvert rewrites source code based on snippet code.
- It provides many powerful APIs to write snippet code,
- to find AST node, to check node
+ Synvert rewrites source code based on snippet code.
+ It provides many powerful APIs to write snippet code,
+ to find AST node, to check node
and to insert / delete / replace source code.
@@ -39,8 +44,8 @@
Automatically generate snippet code
- Synvert allows you to fill in some input code and expected output code,
- then it can generate the snippet code automatically for you,
+ Synvert allows you to fill in some input code and expected output code,
+ then it can generate the snippet code automatically for you,
usually you can use the generated code to rewrite your source code.
@@ -49,8 +54,8 @@
Show diff view
- Synvert GUI can show the diff view before rewriting,
- so you can review the changes one by one,
+ Synvert GUI can show the diff view before rewriting,
+ so you can review the changes one by one,
then selectivly replace them.