README.md
setup.py
ideas/__init__.py
ideas/console.py
ideas/import_hook.py
ideas/token_utils.py
ideas.egg-info/PKG-INFO
ideas.egg-info/SOURCES.txt
ideas.egg-info/dependency_links.txt
ideas.egg-info/top_level.txt
tests/auto_self/__init__.py
tests/auto_self/test_auto_self.py
tests/confused_math_bc/__init__.py
tests/confused_math_bc/confused_math.py
tests/confused_math_bc/test_confused_math_bc.py
tests/constants/__init__.py
tests/constants/final.py
tests/constants/test_constants.py
tests/constants/uppercase.py
tests/fractions_ast/__init__.py
tests/fractions_ast/addition.py
tests/fractions_ast/test_fractions_ast.py
tests/fractions_tok/__init__.py
tests/fractions_tok/addition.py
tests/fractions_tok/test_fractions_tok.py
tests/french/__init__.py
tests/french/mon_programme.py
tests/french/test_french.py
tests/function_keyword/__init__.py
tests/function_keyword/my_program.py
tests/function_keyword/test_function.py
tests/nobreak/__init__.py
tests/nobreak/test_nobreak.py
tests/repeat/__init__.py
tests/repeat/my_program.py
tests/repeat/program_with_error.py
tests/repeat/test_repeat.py
tests/tokenize/__init__.py
tests/tokenize/test_token_utils.py