Code

frontend/grammar: Access attribute values using attributes[<name>].
authorSebastian Harl <sh@tokkee.org>
Mon, 6 Oct 2014 06:18:10 +0000 (08:18 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 6 Oct 2014 06:18:10 +0000 (08:18 +0200)
commitf5f3eb3a9bdc2e0e4efae16a761453e44f35e646
tree80d55b3d2e57470fe1baaf3db4d3d43bda95bfaa
parent5c63464689b66b8b77a2583978ee701fd3246904
frontend/grammar: Access attribute values using attributes[<name>].

… instead of attribute.<name>. We'll use <obj>.<field> for all directly
accessible object fields instead.
src/frontend/grammar.y
t/integration/simple_query.sh
t/unit/core/store_lookup_test.c
t/unit/frontend/parser_test.c