bl_store
| LVAR '=' expr { $$ = bl_store($1, $3); }
struct bt_stmt *bl_store(const char *, struct bt_arg *);