From a952ae451cc27d5de3877bb522db6c050532ea2a Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Sun, 25 May 2025 23:46:06 +0200 Subject: Nested expressions --- tokenizer.fun | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tokenizer.fun') diff --git a/tokenizer.fun b/tokenizer.fun index 24e0211..6859a73 100644 --- a/tokenizer.fun +++ b/tokenizer.fun @@ -65,7 +65,7 @@ struct QuestionMark | Colon | - Coma | + Comma | Semicolon | Arrow | @@ -192,7 +192,7 @@ struct (QuestionMark, "?"), (Colon, ":"), - (Coma, ","), + (Comma, ","), (Semicolon, ";"), (Arrow, "->"), -- cgit v1.2.3