luser-dr00g / xpost

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

Scanner Bug: / = reads as one name " =" #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. / = exec
2.
3.

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

Should read as the empty literal name "/" and the executable name "=", which 
should print a newline to stdout.

Instead it triggers an /undefined error.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by luser.droog on 28 Feb 2014 at 1:11

GoogleCodeExporter commented 9 years ago
Fixed!  (btw the 'exec' part above is spurious)

Original comment by luser.droog on 21 Feb 2015 at 8:56