Hold Parser test (and related renames)

This commit is contained in:
Takeshi Yokemura
2021-08-15 15:58:46 +09:00
parent 252a84d618
commit 60068f313a
5 changed files with 35 additions and 15 deletions

View File

@ -36,7 +36,7 @@ struct FrameSequenceParser
int minValue,
int maxValue,
ParseError* error);
std::vector<int> parseRepeat (const String& input,
std::vector<int> parseHold (const String& input,
int minValue,
int maxValue,
ParseError* error);