MCPcopy Create free account
hub / github.com/WheretIB/nullc / space_P

Function space_P

SupSpi/SupSpi.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 Rule eps_P(){ return Rule(new EpsilonP()); }
14
15 Rule space_P(){ return chP(' ') | chP('\r') | chP('\n') | chP('\t'); }
16 Rule anychar_P(){ return Rule(new AnycharP()); }
17 Rule eol_P(){ return Rule(new EndOfLineP()); }
18 Rule alnum_P(){ return Rule(new AlnumP()); }

Callers

nothing calls this directly

Calls 1

chPFunction · 0.85

Tested by

no test coverage detected