- Import/Export grammar tokens through tokens.js file (so that swh-searchweb can use them)
- Improvements in the grammar to better handle sort_by and limit
- Introduce annotateFilter function in grammar.js to assign tree-sitter fields to
different parts of a filter (field, op, value)
Depends on D6108