diff options
author | Patrick Simianer <p@simianer.de> | 2015-03-23 11:03:11 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-03-23 11:03:11 +0100 |
commit | f2989ef661bdb73eabee174ba5c956e2aba5540c (patch) | |
tree | eacbb1dea04901cd2c1bda4f61346da78167add3 /src/parse.hh | |
parent | e84265273b121eb5fbf465b80ea39d43602703fe (diff) |
misc changes
Diffstat (limited to 'src/parse.hh')
-rw-r--r-- | src/parse.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.hh b/src/parse.hh index 6e7883a..2920541 100644 --- a/src/parse.hh +++ b/src/parse.hh @@ -206,7 +206,7 @@ parse(vector<symbol_t> const& in, size_t n, Chart& active, Chart& passive, G::Gr ChartItem* item = active.at(span).back(); active.at(span).pop_back(); while (item->rule->rhs[item->dot]->type() == G::NON_TERMINAL) { - symbol_t cur_sym = item->rule->rhs[item->dot]->symbol(); + symbol_t cur_sym = item->rule->rhs[item->dot]->symbol(); } } |