This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Description
Is it possible to add read_char and write_char to the stream? Because sometimes the external environment encoding is complicated, for example, niche code pages may be used on Windows.
I don’t want to add complex encoding and decoding functions to the bytecode, because it usually needs to embed a huge table.