Skip to content

Conversation

Copy link

Copilot AI commented Dec 27, 2025

Addresses review feedback from PR #8 to improve variable naming clarity in the expression parser.

Changes

  • Renamed foundfoundNumberEnd in the number parsing section of expressionToComponentList() to better indicate the variable tracks whether the end of a number token has been located

The variable is used in three locations (lines 182, 191, 195) within the number parsing block that scans ahead to find where numeric sequences terminate.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update input expressions binary tree implementation Rename found to foundNumberEnd in number parsing logic Dec 27, 2025
Copilot AI requested a review from JoshdRod December 27, 2025 15:03
@JoshdRod
Copy link
Owner

LGTM

@JoshdRod JoshdRod marked this pull request as ready for review December 27, 2025 15:13
@JoshdRod JoshdRod merged commit 1cc30de into dev-untested Dec 27, 2025
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.

2 participants