From bart at cs.pdx.edu Tue Nov 22 00:08:13 2005 From: bart at cs.pdx.edu (Barton C Massey) Date: Sun Nov 27 23:16:39 2005 Subject: [Nickle] Nickle upgrades Message-ID: <200511220808.jAM88DLL018543@murzim.cs.pdx.edu> The new Nickle argument parser has been debugged quite a bit. Still needs a real test suite and some documentation. I added a Process namespace to the library, containing implementations of system(), popen(), and a run_process() that uses threads to support both input and output to the same child process. Also needs testing and documentation. Next up: &&= and ||= assignment operators. I have most of it done, but I need Keithp's help to finish the compilation. Have fun. Bart