Beispiel #1
0
 /// <summary>
 /// Parses a regular expresion from the specified string
 /// </summary>
 /// <param name="string">The string</param>
 /// <returns>A new abstract syntax tree representing the expression</returns>
 public static RegexExpression Parse(IEnumerable <char> @string)
 => Parse(ParseContext.Create(@string));