[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/usr/bin/perl 2 3 use lib '.'; 4 use AlgParser; 5 6 my $parser = new AlgParserWithImplicitExpand; 7 my $ret; 8 9 $ret = $parser -> parse($ARGV[0]); 10 if ( ref($ret) ) { 11 $parser -> tostring(); 12 $parser -> normalize(); 13 print $parser -> tolatex(); 14 } else { 15 print $parser->{htmlerror}; 16 } 17
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |