SExpressionParser C# S Expression Parser Library Usage build this solution add reference to project Example var parser = new SExpressionParser.Parser(); Dump.Dumps(parser.Parse("(\"Hello\" (\"World\"))");