Example #1
0
        public static Document Parse(string text)
        {
            Parrot.Parser.Parser parser = new Parrot.Parser.Parser();
            Document document;

            parser.Parse(text, out document);

            return document;
        }
Example #2
0
        public static Document Parse(string text)
        {
            Parrot.Parser.Parser parser = new Parrot.Parser.Parser();
            Document             document;

            parser.Parse(text, out document);

            return(document);
        }