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

More updates to user manual #75

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

More updates to user manual #75

wants to merge 13 commits into from

Conversation

tinelli
Copy link
Member

@tinelli tinelli commented Sep 8, 2024

Revised operator definition section.

@tinelli tinelli assigned tinelli and ajreynol and unassigned tinelli Sep 8, 2024
- `<boolean>` denoting the category of _Boolean_ literals `true | false`,
- `<numeral>` denoting the category of (integer) _numerals_ `-?<digit>+` where `<digit>` is `[0-9]`,
- `<decimal>` denoting the category of _decimals_ `-?<digit>+.<digit>+`,
- `<rational>` denoting the category of _rationals_ `-?<digit>+/<digit>+`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw. this allows 1/0 which we likely don't want. A better grammar would be -?<digit>+/[1-9]<digit>+. However, I don't know if this is what Ethos implements. Do we allow 1/0003?

@ajreynol ajreynol changed the title Cesare3 More updates to user manual Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants