Skip to content

Releases: hailpam/go-fiql

Parsing and SQL Visitor

18 Oct 15:00
Compare
Choose a tag to compare

Fully working FIQL parser and SQL visitor. The library is able to parse FIQL expressions and re-serialize using a SQL visitor implementation.
The framework has been designed with extensibility in mind: visitors can be easily implemented and the generic traversal can make such implementations work OTB. Custom operators nested on the FIQL language can be easily defined and picked up at parsing time as well.