From e1dd233117403ea01e86ee172ecfe366cc781e73 Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarek Date: Wed, 17 Jul 2024 18:24:07 +0200 Subject: [PATCH] readme: grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6529626..7e678a0 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Another constant is `nil`, value of an uninitialized variable (`var a`). ### Note on the parser -Versions up to v0.7.x used goyacc, from v0.8.0 there is a top-down Pratt parser +Versions up to v0.7.x used goyacc, since v0.8.0 there is a top-down Pratt parser with bytecode VM.