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

Add TODO for //

parent 57520093
......@@ -52,7 +52,7 @@ SYMBOLS = {
ast.Add: '+',
ast.Sub: '-',
ast.Div: '/',
ast.FloorDiv: '/',
ast.FloorDiv: '/', # TODO
ast.Mod: '%',
ast.Lt: '<',
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