This is an umbrella issue for the support of the v3 spec in biscuit-go
Prep work
[x] provide convenience APIs for parsing whole datalog snippets (to implement parsing consistency tests in the samples suite) #120
[x] update the samples and make sure they're part of CI #120
[x] make specific samples easy to skip to follow implementation progression #120
[x] merge or close outstanding PRs
v3 support
order has to be refined. Implementing 3rd party blocks will require a lot of changes in the datalog engine, so other tasks like check all might be better handled after.
[x] fix operator precedences #121
[ ] add bitwise operators
[ ] add !=
[ ] audit expression evaluator to make sure methods are implemented on all supported data types
[ ] make sure evaluation is aborted when an expression fails to compute
This is an umbrella issue for the support of the v3 spec in biscuit-go
Prep work
v3 support
order has to be refined. Implementing 3rd party blocks will require a lot of changes in the datalog engine, so other tasks like
check all
might be better handled after.!=