Skip to content

Commit 7ef4d03

Browse files
committed
updates
1 parent 9240234 commit 7ef4d03

File tree

2 files changed

+456
-0
lines changed

2 files changed

+456
-0
lines changed

extras/nomic/include/nomic/query/dsl_engine.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ class IDSLExpression {
6262
FUNCTION_CALL,
6363
LAMBDA,
6464
IF_ELSE,
65+
WHILE_LOOP,
66+
FOR_LOOP,
6567
LOOP,
6668
SWITCH,
69+
MATCH,
6770
PATTERN,
6871
MEMBER_ACCESS,
6972
INDEX_ACCESS,

0 commit comments

Comments
 (0)