Searched refs:PsParser (Results 1 – 2 of 2) sorted by relevance
16 function PsParser(){var Self=this;function init(L){Self.L=L;Self.N=L.length;Self.I=0;Self.D=0} class30 PsParser.prototype.init=init;PsParser.prototype.peek=peek;PsParser.prototype.token=token;return thi…36 var PsP=new PsParser;function parse(L){PsP.init(L);while(PsP.peek()){var T=PsP.token();if(T||T===0)…
8 …PsParser(){function t(t){e.L=t,e.N=t.length,e.I=0,e.D=0}function n(){return e.I<e.N&&e.L[e.I]}func… class