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

A03 Aleksandr Shefer #1228

Conversation

alex28sh
Copy link

No description provided.

var stmt = memo $ eta (failure ("statement parsing not implemented\n"));

var stmt = memo $ eta syntax (
kRead x=inbr[s("("), lident, s(")")] {Read (x)} |
Copy link
Collaborator

Choose a reason for hiding this comment

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

Fun fact: read (if (...) then x else y fi) may be theoretically a correct expression. But until it is not presented in tests, you may ignore it.

@e2e4b6b7 e2e4b6b7 closed this Feb 13, 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.

2 participants