#parser #fiql #rsql

nightly rsql-rs

A FIQL/RSQL parser written in Rust and Pest

2 unstable releases

0.2.0 Oct 29, 2019
0.1.1 Oct 26, 2019

#3518 in #parser

38 downloads per month
Used in 2 crates (via rabbithole)

MIT license

28KB
603 lines

rsql-rs

Build Status

A simple RSQL/FIQL parser written in Rust and Pest

Features

  • Decode FIQL/RSQL query into AST
  • Basic parsing test
  • Encode AST into FIQL/RSQL query
  • Better error system
  • Need FIQL parser exist?

About RSQL/FIQL

RSQL is a query language for REST APIs. It’s based on FIQL (Feed Item Query Language) – an URI-friendly syntax for expressing filters across the entries in an Atom Feed. FIQL is great for use in URI's. there are no unsafe characters, so URL encoding is not required. On the other side, FIQL’s syntax is not very intuitive and URL encoding isn't necessarily a bad thing, so RSQL also provides a friendlier syntax for logical operators and some of the comparison operators.

Dependencies

~6–8.5MB
~152K SLoC