Code

frontend: Added a parser for arithmetic expressions.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Jul 2014 22:27:12 +0000 (00:27 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Jul 2014 22:27:12 +0000 (00:27 +0200)
commit0d93606de8723dfe170b43883b9edc09f2bf060d
tree3722cde2cc0df7e0b74ffbc5f149e997fc9b51c4
parentbcdab455276ee24a4afb8d69db069c16d47f9b1e
frontend: Added a parser for arithmetic expressions.

For now, the expressions are used in place of a datum but the parser will
actually evaluate the expression before passing it on to the store during
lookup. Since expressions currently cover constant results only, this is not a
limitation for now.
src/frontend/grammar.y
src/frontend/scanner.l
t/unit/frontend/parser_test.c