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

S-Expressions #62

Open
CharlesAverill opened this issue Nov 6, 2022 · 1 comment
Open

S-Expressions #62

CharlesAverill opened this issue Nov 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@CharlesAverill
Copy link
Owner

I think we should unify the grammars of S-expressions (still unimplemented) and functions. E.g. function grammar is currently:

define func_name(params*) {
  statements
}

I think S-expression grammar should be

define expr_name {
  expr
}

What do you think @diohabara?

@CharlesAverill CharlesAverill added the enhancement New feature or request label Nov 6, 2022
@CharlesAverill CharlesAverill added this to the Paper Submission milestone Nov 6, 2022
@CharlesAverill CharlesAverill self-assigned this Nov 6, 2022
@diohabara
Copy link
Collaborator

@CharlesAverill
Why do you think we should unify the grammars of S-expressions (still unimplemented) and functions?
We may have discussed it before, but could you repeat it?:pray:

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
Development

No branches or pull requests

2 participants