eventql-parser 0.1.17

EventQL Lexer and Parser
Documentation
1
2
FROM e IN events
PROJECT INTO { count: SUM(e.data.price), id: e.id }