minor: add eval flag #3

Open
lremes wants to merge 1 commits from lremes/eval-flag into main

Add -e eval flag to tc-calc for testing locally.

❯ ./calc -e "3.14**2"
9.8596
Add `-e` eval flag to tc-calc for testing locally. ```sh ❯ ./calc -e "3.14**2" 9.8596 ```
lremes added 1 commit 2026-03-29 22:44:43 +00:00
lremes force-pushed lremes/eval-flag from 0dc59b897c to 38d2c7dc75 2026-03-29 22:49:57 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b lremes/eval-flag main
git pull origin lremes/eval-flag

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff lremes/eval-flag
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TC/tc-calc#3
There is no content yet.