Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Sep 5, 2024
1 parent e8a52be commit 7e7623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $grammar = Grammar::new([
'T_DOT' => '\.'
]);

$lexer = \Ghostwriter\Plex\Lexer::new($grammar);
$lexer = Lexer::new($grammar);

$expected = [
Token::new('T_NUMBER', '1', 1, 1, []),
Expand Down

0 comments on commit 7e7623e

Please sign in to comment.