From the readme:
Quote:
Git is an interpreter for the Glulx virtual machine. Its homepage is here:
http://ifarchive.org/indexes/if-arch...etersXgit.html
Git's main goal in life is to be fast. It's about five times faster than Glulxe,
and about twice as fast as Frotz (using the same Inform source compiled for the
Z-machine). It also tries to be reasonably careful with memory: it's possible to
trade speed off against memory by changing the sizes of Git's internal buffers.
I wrote Git because I want people to be able to write huge games or try out
complicated algorithms without worrying about how fast their games are going to
run. I want to play City of Secrets on a Palm without having to wait ten seconds
between each prompt.
Have fun, and let me know what you think!
Iain Merrick (Original author)
iain@diden.net
David Kinder (Current maintainer)
davidk@davidkinder.co.uk
|
Great work, Pete330..

Looks like it can replace frotz and glulxe both..
EDIT: well.. maybe not.. it doesn't do z-code files.. only glulx format..