diff --git a/app_functions.py b/app_functions.py index b311532a15ff1c86207e470ba1cc11241f9b9696..c615f360621e88b1e564448cfae29489ee7a5e8f 100644 --- a/app_functions.py +++ b/app_functions.py @@ -75,4 +75,11 @@ def sub(n,m): return beta_reduction_totale(new_app(new_app(SUB,n),m),'arithmetic expressions',True) #print(to_string(beta_reduction_totale(new_app(new_app(XOR,TRUE),FALSE),None,False))) -#print(to_string(dec_to_lambda_relative_integers(5))) \ No newline at end of file +#print(to_string(dec_to_lambda_relative_integers(5))) + +# ajouter les etoiles sur les alligators qui Maangent +# ajoter les sauvegardes +# ajouter le predec .... +# terme qui termine pas +#probleme de l arret + diff --git a/main.py b/main.py index 99f4699682f91ea0bced6c6c1a45fbd9ed45ac6e..0e1d89d799c44b91ec73df5aa09c610849e37b3a 100644 --- a/main.py +++ b/main.py @@ -333,7 +333,7 @@ def run_arithmetic_operations_menu(path='arithmetic expressions'): elif choice == 2: clear() print("Voici le terme: "+ logic.to_string(app_functions.SUB)) - logic.captureImage(app_functions.SUB,path+'/SUB','SUB', False) + logic.captureImage(app_functions.SUB,path,'SUB', False) choix=(input("do you want to try an exemple? (y/n) : ")) while choix not in ['y','n']: choix = input('Invalid choice. Do you want to try an exemple? (y/n): ')