sweepai-dev / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
0 stars 0 forks source link

[DRAFT] Fix placeholder insertion for binary operators #5

Closed sweep-ai[bot] closed 11 months ago

sweep-ai[bot] commented 11 months ago

Description

This PR fixes the issue where placeholders were not being inserted for binary operators in Enso. The current implementation did not recognize binary operators as valid insertion points for placeholders. This PR modifies the placeholder insertion logic to correctly recognize binary operators and insert placeholders as needed.

Summary of Changes

Please review and merge this PR to resolve the issue.

Fixes #2.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-placeholder-insertion