From 018dc31d04ebec5619fe387e11325920b540b4e8 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 3 Apr 2024 11:04:14 -0400 Subject: [PATCH] Update FSPL parser readme --- parser/fspl/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/parser/fspl/README.md b/parser/fspl/README.md index 277e88e..d813c8e 100644 --- a/parser/fspl/README.md +++ b/parser/fspl/README.md @@ -72,6 +72,7 @@ expression, the parser follows this decision tree to determine what to parse: | | 'match' =Match | | 'switch' =Switch | | 'loop' =Loop +| | 'for' =For | | +Colon =Declaration | | +DoubleColon =Call |