| 28 | } |
| 29 | |
| 30 | type term struct { |
| 31 | // TODO: Add location token? |
| 32 | factor1 IEvaluator |
| 33 | factor2 IEvaluator |
| 34 | opToken *Token |
| 35 | } |
| 36 | |
| 37 | type power struct { |
| 38 | // TODO: Add location token? |
nothing calls this directly
no outgoing calls
no test coverage detected