Bugfixes - PostScript functions can have blocks without if - for example '{ 2 3 add }'

This commit is contained in:
Jakub Melka
2019-04-29 14:14:06 +02:00
parent a407dbd3f3
commit bfcc48ff1b
6 changed files with 148 additions and 35 deletions

View File

@@ -403,7 +403,8 @@ public:
// blocks (call and return function).
Call,
Return,
Push
Push,
Execute
};
/// Gets the code from the byte array. If byte array contains invalid data,