Update README

This commit is contained in:
Marijn Haverbeke
2015-03-20 21:01:05 +01:00
parent 659f2c9091
commit 5d7f4d7a23
2 changed files with 39 additions and 22 deletions

View File

@@ -65,9 +65,6 @@ export function parseExpressionAt(input, pos, options) {
// Acorn is organized as a tokenizer and a recursive-descent parser.
// The `tokenize` export provides an interface to the tokenizer.
// Because the tokenizer is optimized for being efficiently used by
// the Acorn parser itself, this interface is somewhat crude and not
// very modular.
export function tokenizer(input, options) {
return parser(options, input)