InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Larxer.h File Reference

Portmanteau of "lexer" and "parser". This class tokenizes, parses and converts SQL into executable Statement with Abstract Syntax Trees. More...

#include "larx.h"
#include "Asts.h"
#include "gch.h"
#include "defs.h"
Include dependency graph for Larxer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Larxer
 create object to tokenize, parse, and compile SQL statement More...
 
struct  Larxer::stackmember_s
 data populatng pre- Ast stack. SQL token and associated value. More...
 

Detailed Description

Portmanteau of "lexer" and "parser". This class tokenizes, parses and converts SQL into executable Statement with Abstract Syntax Trees.

Author
Mark Travis mtrav.nosp@m.is15.nosp@m.432+s.nosp@m.rc@g.nosp@m.mail..nosp@m.com
Date
Tue Dec 17 13:25:37 2013

Definition in file Larxer.h.