From c8c68bcaf97b3c3360fb525167d43991bcf389dd Mon Sep 17 00:00:00 2001 From: Casiano Rodriguez-Leon Date: Fri, 24 Nov 2023 08:27:03 +0000 Subject: [PATCH] closed #2 --- .gitignore | 3 ++- README.md | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f1f97c9..19f9520 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ test/ignore.js coverage/ test/error-tokens.js test/test-grammar-error-tokens.ne -test/test-grammar-error-tokens.js \ No newline at end of file +test/test-grammar-error-tokens.js +docs \ No newline at end of file diff --git a/README.md b/README.md index d084c18..6da9508 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Moo-ignore (🐄) is a wrapper around the [moo](https://www.npmjs.com/package/moo) tokenizer/lexer generator that provides a [nearley.js](https://github.com/hardmath123/nearley) compatible lexer with the capacity to ignore specified tokens. -Moo-ignore is a wrapper around the moo tokenizer/lexer generator that provides a nearley.js compatible lexer with the capacity to ignore specified tokens. ## Usage