예제 #1
0
        public CILantroEngine(string sourceCode)
        {
            _cilParser      = new CILParser();
            _cilInterpreter = new CILInterpreter();

            SourceCode = sourceCode;
        }