Skip to content

Promote 20260422 - #7

Merged
myfreess merged 6 commits into
mainfrom
promote-20260422
Apr 30, 2026
Merged

myfreess merged 6 commits into
mainfrom
promote-20260422

Conversation

@myfreess

Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fcf78d6537

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread sexp.mbt
Comment thread .github/workflows/check.yml Outdated
Treat semicolons as line comments while lexing S-expressions.

The let and let* evaluation tests include Scheme-style inline comments inside raw input strings. Without lexer support, the comment text is tokenized as atoms and changes the parsed expression shape, so valid let forms fail before evaluation.
Make the let-vs-define comparison use a single lambda body expression.

The interpreter currently accepts lambda forms as (lambda (args) body). The previous test placed three expressions directly in the lambda body, so evaluation failed with a lambda arity error instead of exercising define mutation semantics. Wrapping those expressions in begin preserves the intended sequence and keeps the test focused on the let/define behavior.
@myfreess
myfreess merged commit 2fb05f1 into main Apr 30, 2026
1 check passed
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