Home
last modified time | relevance | path

Searched refs:PsParser (Results 1 – 2 of 2) sorted by relevance

/plugin/abc2/abc-libraries/abc2svg/
Dpsvg-1.js16 function PsParser(){var Self=this;function init(L){Self.L=L;Self.N=L.length;Self.I=0;Self.D=0} class
30 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)…
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8PsParser(){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