From 60154d24a87ed9f3fa315870a32590a371e309d3 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 29 Mar 2014 15:17:00 -0500 Subject: Update README.md and TODO. Minor PS update. --- ps/notes | 2 -- ps/step0_repl.ps | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 ps/notes (limited to 'ps') diff --git a/ps/notes b/ps/notes deleted file mode 100644 index b834e15..0000000 --- a/ps/notes +++ /dev/null @@ -1,2 +0,0 @@ -Running: - gs -q -dNODISPLAY stepX_YYY.ps diff --git a/ps/step0_repl.ps b/ps/step0_repl.ps index 3aade39..325392f 100644 --- a/ps/step0_repl.ps +++ b/ps/step0_repl.ps @@ -28,11 +28,13 @@ READ (stub env) EVAL PRINT } def +/stdin (%stdin) (r) file def + { % loop (user> ) print flush %(%lineedit) (r) file 99 string readline - (%stdin) (r) file 99 string readline + stdin 99 string readline not { exit } if % exit if EOF -- cgit v1.2.3