TODO: Add location tokens
| 36 | |
| 37 | // TODO: Add location tokens |
| 38 | type stringResolver struct { |
| 39 | locationToken *Token |
| 40 | val string |
| 41 | } |
| 42 | |
| 43 | type intResolver struct { |
| 44 | locationToken *Token |
nothing calls this directly
no outgoing calls
no test coverage detected