wps

PostScript for the Web
git clone https://logand.com/git/wps.git/
Log | Files | Refs | LICENSE

commit f78b801e14f3547e65a2a51fcbf9cfc25383e486
parent cd33f87eb069d72f225d3badfeab4bd84714ded7
Author: Tomas Hlavaty <tom@logand.com>
Date:   Mon, 10 Oct 2011 22:01:54 +0200

updated TODO comment

Diffstat:
Mwps.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wps.js b/wps.js @@ -109,7 +109,7 @@ function PsParser(Ds) { } function token() { skip(); - switch(peek()) { // TODO read dict in <> <~~> <<>> immediate literal // + switch(peek()) { // TODO read dict in <> <~~> case false: return undefined; case "%": return comment(); case "[": return new Symbol(xchar());