matches method
Test if this syntax matches the current source.
Implementation
Match? matches(InlineParser parser, int startMatchPos)
=> pattern.matchAsPrefix(parser.source, startMatchPos);
Test if this syntax matches the current source.
Match? matches(InlineParser parser, int startMatchPos)
=> pattern.matchAsPrefix(parser.source, startMatchPos);