Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curiousdannii/if-decompiler
Decompile Glulx storyfiles into C code
https://github.com/curiousdannii/if-decompiler
decompiler glulx interactive-fiction relooper
Last synced: 23 days ago
JSON representation
Decompile Glulx storyfiles into C code
- Host: GitHub
- URL: https://github.com/curiousdannii/if-decompiler
- Owner: curiousdannii
- License: mit
- Created: 2021-02-17T13:50:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T01:22:53.000Z (over 3 years ago)
- Last Synced: 2024-10-12T23:08:13.631Z (about 1 month ago)
- Topics: decompiler, glulx, interactive-fiction, relooper
- Language: Rust
- Homepage:
- Size: 869 KB
- Stars: 17
- Watchers: 6
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Glulxtoc and IF-Decompiler
==========================In this repository you will find:
[Glulxtoc](./glulxtoc)
----------------------[![Glulxtoc logo](./glulxtoc/glulxtoc-logo.png)](./glulxtoc)
Glulxtoc will decompile your Glulx storyfile into C code which you can then compile against any Glk library.
[Glulxtoc installation and usage instructions](./glulxtoc/README.md).
[IF-Decompiler](./if-decompiler)
--------------------------------Decompile various interactive fiction formats.
[Relooper](./relooper)
----------------------Relooper turns unstructured branches and jumps into structured blocks.