Skip to content

Commit d2e4b7e

Browse files
committed
chore: prepare 0.1.5 release
1 parent 46a5db6 commit d2e4b7e

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "eventql-parser"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
authors = ["Yorick Laupa <yo.eight@gmail.com>"]
66
description = "EventQL Lexer and Parser"
77
homepage = "https://github.com/YoEight/eventql-parser"

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,6 @@ LIMIT 10
4747
PROJECT INTO { id: e.id, price: e.price }
4848
```
4949

50-
### Supported Clauses
51-
52-
- **FROM**: Define event sources (streams, subqueries)
53-
- **WHERE**: Filter events with expressions
54-
- **GROUP BY**: Group events by field or expression
55-
- **ORDER BY**: Sort results (ASC/DESC)
56-
- **LIMIT**: Limit number of results
57-
- **PROJECT**: Define output shape
58-
59-
### Operators
60-
61-
- **Arithmetic**: `+`, `-`, `*`, `/`
62-
- **Comparison**: `==`, `!=`, `<`, `<=`, `>`, `>=`
63-
- **Logical**: `AND`, `OR`, `XOR`, `NOT`
64-
- **Field Access**: `e.field`, `e.nested.field`
65-
6650
## Acknowledgements
6751

6852
This parser is based on the EventQL language specification from [EventSourcingDB] by The Native Web.

0 commit comments

Comments
 (0)