Contiki-NG
Loading...
Searching...
No Matches
aql-parser.c File Reference

A recursive parser for AQL, the Antelope Query Language. More...

#include "attribute.h"
#include "db-options.h"
#include "index.h"
#include "aql.h"
#include "lvm.h"
#include <limits.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "debug.h"

Go to the source code of this file.

Detailed Description

A recursive parser for AQL, the Antelope Query Language.

Author
Nicolas Tsiftes nvt@s.nosp@m.ics..nosp@m.se

Definition in file aql-parser.c.