示例#1
0
        public JSParserPlugin()
        {
            _parser = new Parser();

            ResourceHelper.CheckAssembly(Assembly.GetExecutingAssembly());
        }
示例#2
0
文件: JSParser.cs 项目: nickchal/pash
		public JSParser (Context context)
		{
			this.context = context;
			Parser = new Parser ();
		}