Commit 59458f3f authored by Tom Niget's avatar Tom Niget

Add TODO for //

parent 57520093
...@@ -52,7 +52,7 @@ SYMBOLS = { ...@@ -52,7 +52,7 @@ SYMBOLS = {
ast.Add: '+', ast.Add: '+',
ast.Sub: '-', ast.Sub: '-',
ast.Div: '/', ast.Div: '/',
ast.FloorDiv: '/', ast.FloorDiv: '/', # TODO
ast.Mod: '%', ast.Mod: '%',
ast.Lt: '<', ast.Lt: '<',
ast.Gt: '>', ast.Gt: '>',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment