Skip to content

Commit

Permalink
Merge branch 'query' of github.com:blacktear23/tcli into query
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktear23 committed Mar 8, 2023
2 parents 2668160 + 8c97727 commit 0741d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CompareOperator ::= "=" | "!=" | "^=" | "~=" | ">" | ">=" | "<" | "<="
KeyValueField ::= "KEY" | "VALUE"
FunctionCall ::= FunctionName "(" FunctionArgs ")" |
FunctionName "(" FunctionArgs ")" FieldAccessExpression*
FunctionName "(" FunctionArgs ")" FieldAccessExpression*
FunctionName ::= String
Expand All @@ -61,7 +61,7 @@ FunctionArgs ::= FunctionArg ("," FunctionArg)*
FunctionArg ::= Expression
FieldAccessExpression ::= "[" String "]" |
"[" Number "]"
"[" Number "]"
```

Features:
Expand Down

0 comments on commit 0741d50

Please sign in to comment.