Walter Tetzner

Results 6 issues of Walter Tetzner

Are there any plans to support backreferences? Some grammars have special strings that require them (like Lua's *long brackets* syntax), and without backreference support, I think I just can't use...

question

When assembling a string literal, convert to Shift JIS before emitting bytes. When disassembling, try to detect strings encoded as Shift JIS, and convert them to UTF-8 before emitting string...

enhancement
disassembler
assembler

Include a feature to export a file containing label positions. It could be useful to support different formats, but at least cpp `#defines` should be supported.

enhancement
assembler

Add easy support for loop unrolling. Something like this: ``` %repeat 256 as %idx ld table + %idx push acc %end ```

enhancement
assembler

Detect the header (VMU description and Dreamcast description), icon header, icon palette, and icon data. Then output them in a nicely formatted way, including comments.

enhancement
disassembler

Add support for reading/writing data, config files, etc. using the XDG spec: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html https://stackoverflow.com/questions/43853548/xdg-basedir-directories-for-windows/49783629#49783629

enhancement