* Get the next character from the expression. * The character is stored into the char c. If the end of the expression is * reached, the function puts an empty string in c. * @private
(state)
| 262 | * @private |
| 263 | */ |
| 264 | function next (state) { |
| 265 | state.index++ |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Preview the previous character from the expression. |
no outgoing calls
no test coverage detected
searching dependent graphs…