./games/gturing, GNOME2 turing machine emulator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 0.1.1nb33, Package name: gturing-0.1.1nb33, Maintainer: pkgsrc-users

Gturing is a very simple turing machine simulator that takes a simple
ASCII file as its input:

Any empty line or any line beginning with a hash (#) is ignored. In other
case, five tokens, each separated by a space, are expected. These are the
state number, the expected symbol, the symbol to write, the direction to
move, and the new state. Anything following these tokens is ignored.

Expected symbols and symbols to write can be any printable character.
The blank character is represented by the underscore (_). States are
integer numbers, starting from 0. The possible directions to move are
left and right, represented by 'l' and 'r', respectively.

The machine starts at state 0 and stops when it cannot find the new
state or the new state doesn't expect the read symbol.


Required to run:
[devel/libgnomeui]

Required to build:
[lang/perl5] [devel/pkg-config] [devel/gmake] [devel/libtool-base]

Master sites: (Expand)

SHA1: a9c25a69f6d6bf2de4c8ac329d3f9d97f55649a0
RMD160: b53bd8a565ef964162b445defac9de9d77d1a398
Filesize: 367.219 KB

Version history: (Expand)