NAME
Math::Logic::Ternary::Calculator::Session - ternary calculator session driver
VERSION
This documentation refers to version 0.004 of Math::Logic::Ternary::Calculator::Session.
SYNOPSIS
use Math::Logic::Ternary::Calculator::State;
use Math::Logic::Ternary::Calculator::Session;
$size = 27;
$mode = 0;
$file = '-';
$state = Math::Logic::Ternary::Calculator::State->new($size, $mode);
$session = Math::Logic::Ternary::Calculator::Session->new($state);
$session->run($file);
DESCRIPTION
TODO
Exports
None.
SEE ALSO
AUTHOR
Martin Becker <becker-cpan-mp@cozap.com>
COPYRIGHT AND LICENSE
Copyright (c) 2012-2017 by Martin Becker, Blaubeuren. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.