Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 501 Bytes

File Query Language (FQL)

This directory contains the tools used for building FQL.

Flex & Bison

Download Flex & Bison compiler generating packages into this directory
and make sure their paths match those in the Makefile and CMakeLists.txt.

FQL is built on:

Package Version
Flex v2.6.4
Bison v3.5.0

Download links: Windows, Linux, Mac