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

NAME

Language::Befunge::Ops::Befunge98 - operations supported by a Befunge-98 interpreter

DESCRIPTION

This module defines the operations supported by a Befunge-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.

SEE ALSO

Language::Befunge

AUTHOR

Jerome Quelin, <jquelin@cpan.org>

Development is discussed on <language-befunge@mongueurs.net>

COPYRIGHT & LICENSE

Copyright (c) 2001-2009 Jerome Quelin, all rights reserved.

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