예제 #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 ();
		}