Skip to content

Conversation

@Szmajasz
Copy link
Collaborator

Adding json files with tokens for templating

@@ -0,0 +1,17 @@

{
"++" : ["<variable>++", "<variable> += 1", "<variable> = <variable> + 1"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i++ and i-- are not legal operations in python unfortunatelly

"++" : ["<variable>++", "<variable> += 1", "<variable> = <variable> + 1"],
"--" : ["<variable>--", "<variable> -= 1", "<variable> = <variable> - 1"],
"append" : ["<variable1>.append(<variable2>)", "<variable1> +[<variable2>]"],
"remove" : ["<variable1>.remove(<variable2>)", "<variable1> +[<variable2>]"],
Copy link
Collaborator

@Goshagosha Goshagosha Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<variable1> +[<variable2>] is not remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants