LICENSE
README.md
setup.py
ideas/__init__.py
ideas/__main__.py
ideas/console.py
ideas/experimental_syntax_encoding.py
ideas/import_hook.py
ideas/lambda_encoding.py
ideas/session.py
ideas/utils.py
ideas.egg-info/PKG-INFO
ideas.egg-info/SOURCES.txt
ideas.egg-info/dependency_links.txt
ideas.egg-info/requires.txt
ideas.egg-info/top_level.txt
ideas/examples/__init__.py
ideas/examples/auto_self.py
ideas/examples/confused_math_bc.py
ideas/examples/constants.py
ideas/examples/decimal_math.py
ideas/examples/decimal_math_d.py
ideas/examples/decimal_math_with.py
ideas/examples/easy_units.py
ideas/examples/fractions_ast.py
ideas/examples/fractions_tok.py
ideas/examples/french.py
ideas/examples/french_repeat.py
ideas/examples/function_keyword.py
ideas/examples/function_simplest.py
ideas/examples/implicit_multiplication.py
ideas/examples/lambda_codec.py
ideas/examples/nobreak.py
ideas/examples/repeat.py
ideas/examples/switch.py
ideas/examples/unnormalized_unicode.py
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/constants/usercustomize.py
tests/decimal_math/__init__.py
tests/decimal_math/test_decimal_math.py
tests/decimal_math/use_encoding.py
tests/decimal_math/use_hook.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/implicit_multiplication/__init__.py
tests/implicit_multiplication/test_implicit_multiplication.py
tests/lambda_encoding/__init__.py
tests/lambda_encoding/short_program.py
tests/lambda_encoding/test_lambda_encoding.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/switch/__init__.py
tests/switch/switch1.py
tests/switch/test_switch.py