File: code.mpi

package info (click to toggle)
mathpiper 0.0.svn2556-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,416 kB
  • ctags: 2,729
  • sloc: java: 21,643; xml: 751; sh: 105; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/// stuff related to input-output during interactive sessions

/// simple prettyprinter
Use("org/mathpiper/scripts/io.rep/print.mpi");

/// global error reporting and handling
Use("org/mathpiper/scripts/io.rep/errors.mpi");

/// ascii formula prettyprinter
Use("org/mathpiper/scripts/io.rep/formula.mpi");