You cannot be serious! John McEnroe, tennis player, said to umpire
A document listing the bugs that I know about in the ℙ𝕖𝕡 / ℕ𝕠𝕞 system. This will include bugs in the pep interpreter and also translation scripts.
Unfortunately, since I have been working on this system by myself and sometimes take big breaks from it, there will be a number of bugs in the c pep interpreter and the translation scripts. Also, there are example scripts in the /eg/ example folder. You can look at the STATUS heading in most scripts to see if the script is in a working state.
But in general the system seems to work pretty well. If you get a segmentation fault in the pep interpreter, it means there is something wrong with the script (not clearing the workspace and the parse stack gets too big etc).
â™›
escape
and unescape
and also
by the until
command ( until will read past an escaped
end delimiter). I should add an echar command which will do this.
stack
and unstack
commands actually
update the tape pointer. But they do in the translation scripts
because I implement stack and unstack as a while pop() or
while push() loop which is simple and good.
pep -f script.pss input.txt
"#*
disable:" in a nom script the interpreter thought
that disable was a command even though it is in a multiline comment.
replace
does not work because 'D' is
not a valid command letter in bumble.sf.net/books/pars/compile.pss . Compile.pss
probably should be rewritten with a new grammar.
read
command
eg/text.tohtml.pss
properly.
in the interpreter: