Protogen/Better python interpreter

From Esolang
Jump to navigation Jump to search

User:DifferentDance8 created a significantly improved version of the official Protogen interpreter called Pygen. It differs from the official Protogen interpreter in that it allows users to indirectly use the examples folder by simply launching the Python script.

Bytogen View

A feature unique to Pygen is "Bytogen", which provides a way to view Protogen code without needing a hex editor. Instead of using the hexadecimal instructions, it displays the corresponding ASCII characters. The only exception is the byte 0x00, which is represented as "N" instead of "NULL". However, Bytogen cannot convert back to Protogen at this time, so it is currently read-only.