Skip to content

Commit b0a9750

Browse files
committed
Relase v0.1.2
1 parent 9f20265 commit b0a9750

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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.1"
4+
version = "0.1.2"
55
authors = ["Yorick Laupa <[email protected]>"]
66
description = "EventQL Lexer and Parser"
77
homepage = "https://github.com/YoEight/eventql-parser"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ A complete lexer and parser for EventQL (EQL), a query language designed for eve
1919
- **Rich Expression Language**: Supports arithmetic, comparison, logical operators, and field access
2020
- **Detailed Error Reporting**: Position-aware error messages with line and column numbers
2121
- **Type-Safe AST**: Strongly-typed abstract syntax tree for query analysis and execution
22+
- **Static Analysis**: Provides optional static analysis to catch even more errors before running a query
2223

2324
## Quick Start
2425

0 commit comments

Comments
 (0)