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

using namespace piraha;

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