C-minor v0.0

CodeFile.SkipUntil Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Lexical
Declaring Type: CodeFile

Skip forward until a particular string is matched (case sensitive)

public bool SkipUntil(string str);

Parameters

string str

The string to search for

Returns

bool

True if the string was found