Anand Krishnamoorthi
8a73b4bef9
Updated readme. Added bundle support. ( #61 )
...
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-12-06 15:47:50 -08:00
Anand Krishnamoorthi
d69b413c8e
Engine ( #38 )
...
- Avoid lifetime parameter for Source, Span. Use Rc instead.
- Engine for simplified API
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-11-07 23:15:28 -08:00
Anand Krishnamoorthi
d3fd0a3a78
all, any deprecated functions ( #35 )
...
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-11-04 13:22:40 -07:00
Anand Krishnamoorthi
6228eaab4a
Order query expression results ( #32 )
...
Expressions are scheduled based on dependencies and thusthe gathered
expression values may not be in the same order as in source.
Reorder to match the source.
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-10-31 13:26:33 -07:00
Anand Krishnamoorthi
519cce5b33
Scheduling of statements in user queries ( #31 )
...
Nested queries (comprehensions) are handled correctly.
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-10-31 10:52:51 -07:00
Anand Krishnamoorthi
7a3d5e7e02
eval, lex, parse commands ( #30 )
...
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-10-30 21:45:43 -07:00
Anand Krishnamoorthi
63ecc44a48
eval_user_query for OPA style results ( #29 )
...
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-10-30 10:44:02 -07:00