Exemple #1
0
        public static A.EngSpec EngSpecFromText(string code)
        {
            EngageMetaParser parser = new EngageMetaParser();

            return(parser.ParseGrammar(code));
        }
Exemple #2
0
        public static EngSpec ParseEngSpec(string code)
        {
            EngageMetaParser parser = new EngageMetaParser();

            return(parser.parseGrammar(code));
        }