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

Numbers #8

Open
SK1Y101 opened this issue Jul 6, 2021 · 1 comment
Open

Numbers #8

SK1Y101 opened this issue Jul 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SK1Y101
Copy link
Member

SK1Y101 commented Jul 6, 2021

numbers can be represented by their symbols, or their literal spelling:

6, six, 7.9, seven point nine

Do we allow mixing of symbol and literal?

13 point 9

Does this language utilise fractional parts?

ie: can 8.12 be represented as eight and twelve hundreths, or only 8 point one two?

(Standard english disregards eight point twelve as bad form`)

What about raw fractions?

seven halves, 9 over 6, eight on thirteen

@SK1Y101 SK1Y101 added the enhancement New feature or request label Jul 6, 2021
@SK1Y101 SK1Y101 added this to the Full Language Syntax milestone Jul 6, 2021
@SK1Y101
Copy link
Member Author

SK1Y101 commented Jul 6, 2021

Do we have native support for binary and other base systems?

ie: six in binary (0b110)

The hexidecimal A6E2 (42542)

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

No branches or pull requests

1 participant