| Language-Befunge documentation | view source | Contained in the Language-Befunge distribution. |
Language::Befunge::Ops::Befunge98 - operations supported by a Befunge-98 interpreter
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:
return a mapping of the supported letter instructions with the associated operations.
Jerome Quelin, <jquelin@cpan.org>
Development is discussed on <language-befunge@mongueurs.net>
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.
| Language-Befunge documentation | view source | Contained in the Language-Befunge distribution. |