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

using namespace cctki_piraha;

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