From eb2f67e19fd4d560f5b9630b7bbead9bad81641e Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 30 Oct 2021 18:48:36 +0200 Subject: [PATCH] start parser --- grammar.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/grammar.txt b/grammar.txt index d806f64..3e9b661 100644 --- a/grammar.txt +++ b/grammar.txt @@ -70,6 +70,7 @@ | "false" | "true" | "null" + | "(" ")" = "{}"