The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Language::Befunge::Ops::GenericFunge98 - operations supported by a Trifunge-98 interpreter

VERSION

version 5.000

DESCRIPTION

This module defines the operations supported by a Trifunge-98 interpreter. It's used internally when setting up a L::B::Interpreter.

The only subroutine defined is:

get_ops_map()

return a mapping of the supported letter instructions with the associated operations.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2003 by Jerome Quelin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.