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

[Feature] Implement support for f-string expressions #287

Closed
2 tasks done
Tracked by #455 ...
vinsdragonis opened this issue Aug 15, 2022 · 4 comments
Closed
2 tasks done
Tracked by #455 ...

[Feature] Implement support for f-string expressions #287

vinsdragonis opened this issue Aug 15, 2022 · 4 comments
Assignees
Labels
feature New feature or enhancement
Milestone

Comments

@vinsdragonis
Copy link

Is there an existing proposal for this?

  • I have searched the existing issues

This feature does not exist in the latest version

  • I am using the latest version

Proposal

F strings are yet to be implemented. Without this, printing out certain expressions is not possible. Will this be added in a future update?

Exact behaviour / changes you want

No response

@vinsdragonis vinsdragonis added feature New feature or enhancement question Further information is requested labels Aug 15, 2022
@vinsdragonis vinsdragonis changed the title F string support [Feature] F string support Aug 15, 2022
@Luna-Klatzer
Copy link
Member

F-Strings most likely will be implemented in the next release v0.10 or in a later version. Currently, I am primarily working on implementing functions, and proper support for all primary unary expressions, though I'll try to work on that once I've finished those :)

Here is the current roadmap for features, if you are interested: https://github.com/Luna-Klatzer/Kipper/discussions/139

@Luna-Klatzer Luna-Klatzer removed the question Further information is requested label Aug 16, 2022
@Luna-Klatzer Luna-Klatzer added this to the Stable Kipper Release milestone Aug 16, 2022
@Luna-Klatzer Luna-Klatzer changed the title [Feature] F string support [Feature] F-String support Aug 16, 2022
@Luna-Klatzer Luna-Klatzer modified the milestones: Stable Kipper Release, v0.11.0 Jan 28, 2023
@Luna-Klatzer
Copy link
Member

Luna-Klatzer commented Jan 30, 2023

Planned for v0.11.0 after release of v0.10.0 in a few weeks.

@Luna-Klatzer Luna-Klatzer changed the title [Feature] F-String support [Feature] Implement support for f-string expressions Feb 19, 2023
@Luna-Klatzer Luna-Klatzer pinned this issue Mar 2, 2023
@Luna-Klatzer Luna-Klatzer moved this from Todo to Done in Kipper Language Development May 1, 2023
@Luna-Klatzer Luna-Klatzer moved this from Done to In Progress in Kipper Language Development May 1, 2023
@Luna-Klatzer
Copy link
Member

Added docs page for f-strings in #466.

@Luna-Klatzer
Copy link
Member

Implemented by #455 and released in v0.11.0-alpha.0 with #473.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement
Projects
Development

No branches or pull requests

2 participants