(type, value)
| 706 | } |
| 707 | |
| 708 | function newToken (type, value) { |
| 709 | return { |
| 710 | type, |
| 711 | value, |
| 712 | line, |
| 713 | column, |
| 714 | } |
| 715 | } |
| 716 | |
| 717 | function literal (s) { |
| 718 | for (const c of s) { |
no outgoing calls
no test coverage detected
searching dependent graphs…