Code

parser: Determine the data-type of each node.
authorSebastian Harl <sh@tokkee.org>
Tue, 5 May 2015 21:52:41 +0000 (23:52 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 5 May 2015 21:52:41 +0000 (23:52 +0200)
commit8092b5015036c07151a4da123b9db5b8b3f392ce
tree260e5b5ee44be6cf581549ebdc564ffacd0b86a8
parent85fa98410c3ef44c2b4ce4e5b2902a70b5932689
parser: Determine the data-type of each node.

For now, we only use this for arithmetic expressions. The field will be
populated by the analyzer.
src/include/parser/ast.h
src/parser/analyzer.c