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

Parser: Floating Point Numbers #23

Closed
H1ghBre4k3r opened this issue Dec 17, 2023 · 0 comments · Fixed by #30
Closed

Parser: Floating Point Numbers #23

H1ghBre4k3r opened this issue Dec 17, 2023 · 0 comments · Fixed by #30
Assignees
Labels
↗️ enhancement New feature or request lexer Issues related to the lexer of the language parser Issues related to the parser of the language.
Milestone

Comments

@H1ghBre4k3r
Copy link
Owner

H1ghBre4k3r commented Dec 17, 2023

Feature

The parser should be able to handle different (new) types of numbers properly. This includes the following:

  • Floating Point Numbers: 3.1415

Edit

Negative numbers are already implicitly realised in #25.

@H1ghBre4k3r H1ghBre4k3r added the ↗️ enhancement New feature or request label Dec 17, 2023
@H1ghBre4k3r H1ghBre4k3r added this to the Version 0.1.0 milestone Dec 17, 2023
@H1ghBre4k3r H1ghBre4k3r changed the title Parser: Negative and Floating Point Numbers Parser: Floating Point Numbers Jan 3, 2024
@H1ghBre4k3r H1ghBre4k3r added parser Issues related to the parser of the language. lexer Issues related to the lexer of the language labels Jan 5, 2024
@H1ghBre4k3r H1ghBre4k3r self-assigned this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
↗️ enhancement New feature or request lexer Issues related to the lexer of the language parser Issues related to the parser of the language.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant