Contiki-NG
aql-lexer.c File Reference

Lexical analyzer for AQL, the Antelope Query Language. More...

#include "aql.h"
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>

Go to the source code of this file.

Detailed Description

Lexical analyzer for AQL, the Antelope Query Language.

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

Definition in file aql-lexer.c.