Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implizite konvertierung von Zahl zu Kommazahl. #104

Open
NotLe0n opened this issue Dec 2, 2024 · 0 comments
Open

Implizite konvertierung von Zahl zu Kommazahl. #104

NotLe0n opened this issue Dec 2, 2024 · 0 comments
Labels
Typ: Neues Feature Neues Feature

Comments

@NotLe0n
Copy link
Member

NotLe0n commented Dec 2, 2024

Soll das Feature ein Problem lösen?
Es ist nervig immer Zahlen zu Kommazahlen konvertieren zu müssen, wenn eine Zahl immer auch eine Kommazahl sein kann.

Das Feature
Der kompilierer soll automatisch eine Zahl in eine Kommazahl konvertieren, wenn ein Ausdruck eine Zahl statt eine Kommazahl bekommt.

Syntax Vorschlag
Es sollte keine neue Syntax dazu kommen und auch keine entfernt werden. Dieses feature soll nur die Möglichkeit geben eine explizite konvertierung weg zu lassen.

Implementierungs Details
Wenn es eine Funktion für Zahl und Kommazahl existiert und eine Zahl übergeben wird, soll immer die Zahlenfunktion genommen werden und nie konvertiert werden.

@NotLe0n NotLe0n added the Typ: Neues Feature Neues Feature label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typ: Neues Feature Neues Feature
Projects
None yet
Development

No branches or pull requests

1 participant