.. admonition:: Summary

    This is a source transformation that modify Python's syntax to
    allow the use of increment (``x++``, ``++x``) and decrement (``x--``, ``--x``) operators.

   `Source code <https://github.com/aroberge/ideas/blob/master/src/ideas/included/inc_dec.py>`_

.. automodule:: ideas.included.inc_dec
