summaryrefslogtreecommitdiff
path: root/parser/README.md
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-11-04 17:56:15 +0100
committerMarc Vertes <mvertes@free.fr>2023-11-04 17:56:15 +0100
commit819826627f90aecdd1d91e24563fe2162061ccf2 (patch)
tree0d189874f3ef734c1ef0a9019be2420608039179 /parser/README.md
parent401ab3ffeb322e4c2f9a4513c9422c6b062ddc66 (diff)
fix: skip parsing empty expression
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/README.md b/parser/README.md
index 23c23b8..c9ff440 100644
--- a/parser/README.md
+++ b/parser/README.md
@@ -70,7 +70,7 @@ Go language support:
- [ ] select statement
- [x] binary operators
- [ ] unary operators
-- [ ] logical operators && and ||
+- [x] logical operators && and ||
- [ ] assign operators
- [x] operator precedence rules
- [x] parenthesis expressions