Skip to content

Allow quotes in identifiers. #45

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ppedrot
Copy link

@ppedrot ppedrot commented Dec 6, 2024

The documentation states that the precise specification of identifier syntax is intentionally vague. Yet I believe that one should be able to call arbitrary OCaml code from malfunction. For this to be possible, this means that all OCaml identifiers need to be valid malfunction identifier. As per the OCaml syntax, this means we have to allow single quotes in malfunction.

The documentation states that the precise specification of identifier syntax
is intentionally vague. Yet I believe that one should be able to call
arbitrary OCaml code from malfunction. For this to be possible, this means
that all OCaml identifiers need to be valid malfunction identifier. As per
the OCaml syntax, this means we have to allow single quotes in malfunction.
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.

1 participant