Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View laobubu's full-sized avatar

laobubu

View GitHub Profile
template <typename Left, typename Right>
struct ConcatExpr;
template <typename Left, typename Right>
struct AltExpr;
template <typename SubExpr>
struct RepeatExpr;
template <char ch>