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

keep leading zeros in front of numbers #51

Open
2 tasks
kdauer opened this issue May 8, 2022 · 0 comments
Open
2 tasks

keep leading zeros in front of numbers #51

kdauer opened this issue May 8, 2022 · 0 comments
Labels
old 📖 story 📚 User stories are short, simple descriptions of a feature.

Comments

@kdauer
Copy link
Contributor

kdauer commented May 8, 2022

Problem to solve

As Squeak Developer, I want to keep leading zeros in front of my numbers so that bit patterns and every number is maintained.

Further details

relates to #32

Acceptance Criteria

  • Writing numbers and bit patterns in Squeak. Given leading zeros in front of numbers, when Poppyprint is formatting those numbers, then leading zeros are kept.
  • Bitstrings should be like this code example and the zeros in front are kept:
Bit 000111100101
@kdauer kdauer added story 📚 User stories are short, simple descriptions of a feature. old 📖 labels May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
old 📖 story 📚 User stories are short, simple descriptions of a feature.
Projects
None yet
Development

No branches or pull requests

1 participant