Skip to content

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
Collaborator

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