(ch)
| 296 | else input.croak("Expecting punctuation: \"" + ch + "\""); |
| 297 | } |
| 298 | function skip_split(ch) { |
| 299 | if (is_sp(ch)) input.next(); |
| 300 | else input.croak("Expecting punctuation: \"" + ch + "\""); |
| 301 | } |
| 302 | function parse_next() { |
| 303 | var n = input.next(); |
| 304 | // console.log('parse next ',n) |