summaryrefslogtreecommitdiff
path: root/src/piraha/End.cc
blob: 815f9bc7231eadfa5b18459dea6eb790776e519d (plain)
1
2
3
4
5
#include "Piraha.hpp"

bool End::match(Matcher *m) {
    return m->pos == (int)m->input_size;
}