Sindbad~EG File Manager

Current Path : /var/www/html/demo.sumar.com.py/filter/algebra/
Upload File :
Current File : /var/www/html/demo.sumar.com.py/filter/algebra/algebra2tex.pl

#!/usr/bin/perl

use lib '.';
use AlgParser;

my $parser = new AlgParserWithImplicitExpand;
my $ret;

$ret = $parser -> parse($ARGV[0]);
if ( ref($ret) ) {
    $parser -> tostring();
    $parser -> normalize();
    print $parser -> tolatex();
} else {
    print $parser->{htmlerror};
}


Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists