(c LexItem)
| 254 | } |
| 255 | |
| 256 | func identValue(c LexItem) string { |
| 257 | // remove backticks - if/when we implement backtickless |
| 258 | // identifiers this will need to be better handled. |
| 259 | return c.Val[1 : len(c.Val)-1] |
| 260 | } |
no outgoing calls
no test coverage detected