luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

itp does not accept filenames from command-line #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make, make install
2. itp data/test.ps
3. test not run, issues a prompt.

What is the expected output? What do you see instead?

Expected to run the data/test.ps program in the interpreter. Instead it issues 
a PS> prompt in the same way it does if no command-line arguments were given.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by luser.droog on 28 Oct 2013 at 8:45

GoogleCodeExporter commented 9 years ago

Original comment by luser.droog on 28 Oct 2013 at 8:51

GoogleCodeExporter commented 9 years ago
Code has been added to parse the command-line. These values are not yet used by 
the interpreter.

Original comment by luser.droog on 21 Nov 2013 at 11:55

GoogleCodeExporter commented 9 years ago

Original comment by luser.droog on 16 Dec 2013 at 9:39