can-lehmann / can-lehmann/Graphing
Missing features
Open
- Dominant language
- Nim
- Stars
- 30
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This is pretty cool! Some stuff I noticed didn't work:
- [x] Decimals, e.g. `3.5` doesn't work
- [x] `sqrt` doesn't work
- [ ] `y` is undefined, so e.g. `x + y` doesn't work
- [x] `*` is required but often elided in equations, e.g. `x(4 + 3)`
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating the expression parser or evaluator used by the graphing application, then trace how identifiers such as x are resolved. Done means y is defined consistently and an expression such as x + y works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nim
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100