Code

parser/ast: Introduce a data-structure representing a SysQL AST.
authorSebastian Harl <sh@tokkee.org>
Sun, 12 Apr 2015 12:45:49 +0000 (14:45 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 12 Apr 2015 12:45:49 +0000 (14:45 +0200)
commitc1ebabaddb0c56ee34843f358c12d4a2536796f8
tree6cb2a6d43c9d4a554a53ed448a800f24269b7c5f
parent69051e83ae92193bdff1e2e95bc761147075d563
parser/ast: Introduce a data-structure representing a SysQL AST.

This will be used by the parser in the future.
src/Makefile.am
src/include/parser/ast.h [new file with mode: 0644]
src/parser/ast.c [new file with mode: 0644]