FrobTADS 0.11 (Interpreter branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News FrobTADS 0.11 (Interpreter branch)
# 1  
Old 04-15-2008
FrobTADS 0.11 (Interpreter branch)

ImageFrobTADS is a complete rewrite of the Unixconsole-version of TADS ("Text AdventureDevelopment System"). It uses curses (or ncurses)and provides an interpreter to play gamesdeveloped with TADS as well as the TADS 2 and 3development tools. It adds support for a number ofrelatively recent user interface featuresincluding full support for text and backgroundcolors, TADS 3 banner windows, and timed input.It's also much more portable and more easilymaintainable, as it's built to modern Unix standards.License: Freely DistributableChanges:
TADS has been updated to 3.0.16. Embedding resources in Tads 3 game files (like a GameInfo.txt) was broken; in the case of the GameInfo.txt resource, this resulted in third-party tools like Babel and Zoom not being able to read this resource. This has been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

Java Interpreter

Hello guys - do you have any sample program implementing UNIX commands in an interpreter with Java? I can look up the simple ones such "ls" etc and then write my own commands. I would appreciate it. (2 Replies)
Discussion started by: cmontr
2 Replies

2. UNIX for Dummies Questions & Answers

an command interpreter

if somebody can help me pls. i need the source code for a shell which compiles C or java programs. i need a very short and simple one, just for the compiling part, in UNIX Respect (4 Replies)
Discussion started by: zlatan005
4 Replies

3. Programming

When I am writing my own interpreter...

While trying out my hand at writing an interpreter, I was wondering about a a few issues one of which is the following: When I run a command such as jobs in the shell, I get a list of all the background jobs that are running... But if I need my interpreter to run that command, how would I be doing... (34 Replies)
Discussion started by: Legend986
34 Replies
Login or Register to Ask a Question
binfmtcxx(1)							     binfmt_C							      binfmtcxx(1)

NAME
binfmtcxx-interpreter - binfmt_misc C++ handler SYNOPSIS
binfmtcxx-interpreter C++-source-file-name [command-line opions ...] DESCRIPTION
binfmtcxx-interpreter compiles a C++ source file specified on the command-line using C++ compiler, and executes the resulting file. It is designed to be used as a handler for binfmt_misc handler, which is a system used in Linux for handling arbitrary files as executa- bles. The command-line options are passed on to the compiled binary. FILE MAGIC
There is a requirement for C++ source files to have the magic characters /*BINFMTCXX: at the beginning of the file. That line also is used to specify the additional command-line options for C++ compiler. ENVIRONMENT
GXX The compiler used. The default is to use g++ CXX The compiler used, if GXX variable is not set. Will fall back to using GCC and CC BINFMTCTMPDIR Temporary directory used for binary and execution. Falls back to $TMPDIR $TEMPDIR or /tmp BINFMTC_DEBUG enables debug output if set. BINFMTCXX_GXX_OPTS Additional G++ options. Use BINFMTC_DEBUG to verify the options being passed on to g++. The default is -O0 -Wall -g AUTHOR
Junichi Uekawa (dancer@debian.org) Upstream page is available at http://www.netfort.gr.jp/~dancer/software/ SEE ALSO
binfmtasm-interpreter(1), binfmtc-interpreter(1), binfmtcxx-interpreter(1), binfmtf-interpreter(1), binfmtf95-interpreter(1), binfmtgcj- interpreter(1) binfmt_misc Dancer 2009 Feb 8 binfmtcxx(1)