This is a simple demo folder for aquery (sequential version).

In order to run you should:
1 - call make
2 - to run the provided fintime examples: 
  cd examples; q compiled.q
  
data/ will hold randomly generated fintime benchmark data. This data
is used in the examples/definition_aquery.a provided, which are an aquery
implementation of the fintime benchmark.

If you'd like to compile your own examples, make sure to have a2q (the aquery 
compiler executable) in your path. You can check the options as usual with a2q -help

This has been tested to run on Mac OSX and linux. This is unlikely to port without
modifications to windows.