ℙ𝕖𝕡 🙴 ℕ𝕠𝕞

home | documentation | examples | translators | download | blog | all blog posts

things to be done on the ℙ𝕖𝕡 / ℕ𝕠𝕞 system

23 mar 2025

19 mar 2025

17 mar 2025

There is a bug in the go and mark code in the pep interpreter. This occurs when more than one cell has been marked with the same “tag". This is a serious bug. but shouldnt be too hard to ” fix. I am not sure if the same bug exists in the translator scripts. Essentially if a new mark is created which has the same name as an existing mark then the existing mark should be deleted.

More things to do

things done

13 mar 2025

Things to do on the ℙ𝕖𝕡 and ℕ𝕠𝕞 system.

I need to debug the perl and python translation scripts in bumble.sf.net/books/pars/tr The perl one is not working much at all and the python one has a bug when running /eg/text.tohtml.pss

Include the document folder in the download.tar.gz

Also do the translations swift, rust, dart, lisp, forth, lua, zig

I would like to call these scripts “nom.tojava.pss” or “nom.todart.pss” etc.

Add a script* grammar token to the scripts at (eof) which means that a valid script/program has been successfully parsed. (done in nom.syn.ref.pss

Consolidate all grammar token error checking into one section just after the parse> label in the translation scripts. This will make it much easier to maintain these scripts. (imitate nom.syntax.ref.pss)

Update the github ℙ𝕖𝕡 🙵 ℕ𝕠𝕞 repository.

Make sure ℙ𝕖𝕡 🙵 ℕ𝕠𝕞 can be downloaded with git and compiled with “make

” write a pretty printer for nom source code. eg look at colours in chromium view source.

write a table of contents parser

Add the “go;” syntax, go to the mark indicated in the tape cell

Change write; to writefile “name"; and writefile; (write to file” named in tapecell). Also make “readfile” with the same syntax. But “compile.pss” used write to sav.pp as a special process.

find the bug with pickwick papers (strange character hanging?)

compiler and translator error messages

token sequences

missing command like replace

    quoted quoted ; 
    quoted ;
  

trailing comma or dot

   quoted , quoted , {
   quoted . {
   message: 
     Truly, I would love just ignore that trailing comma at line x char y
       but I just cant, pedantry doesnt let me