Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 338 Bytes

disjs.md

File metadata and controls

11 lines (7 loc) · 338 Bytes

back to index

disjs

template <typename C = char, typename T = C> class disjs;

disjs represent a disjunction of conjs (disjunction of conjunctions of literal sequences). Any conjunction can match an input to satisfy a production rule.

Class has the same API as std::set<conjs<C, T>>