We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567f018 commit d58fe26Copy full SHA for d58fe26
src/SimpleStateMachine.StructuralSearch.Sandbox/Program.cs
@@ -24,7 +24,7 @@ public Placeholder(bool isCorrect, string value)
24
}
25
static void Main(string[] args)
26
{
27
-
+ //Test
28
// var abv = Common.Symbol.ManyString();
29
// // AnyCharExcept(' ', '$')
30
// // var any = Parser<TToken>.Token((Func<TToken, bool>) (_ => true)).Labelled("any character")
0 commit comments