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
Modified the parser to correctly identify binary operators as valid insertion points for placeholders.
Updated the placeholder insertion mechanism to handle binary operators and insert placeholders as needed.
Modified the tests related to binary operators in ImportExportTest.scala to include checks for placeholder insertion.
Please review and merge this PR to resolve the issue.
Fixes #2.
To checkout this PR branch, run the following command in your terminal:
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
ImportExportTest.scala
to include checks for placeholder insertion.Please review and merge this PR to resolve the issue.
Fixes #2.
To checkout this PR branch, run the following command in your terminal: