I have made some simple changes to improve how the output of the SPAD compiler is displayed on MathAction. Axiom commands and SPAD code are still highlighted in lightgreen. But the messages generated by the compiler are now shown with a lightgrey background. Like this: fricas (1) -> <spad> fricas )abbrev package SVT1 SymbolVariableTest1 SymbolVariableTest1(): Spec == Imp where Spec == with symVar1:() -> Boolean Imp == add symVar1()== y: Variable(y) := y x: Variable(y) := y t: Boolean := (x = y)</spad> fricas Compiling FriCAS source code from file /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/2836962772639158623-25px001.spad using old system compiler. SVT1 abbreviates package SymbolVariableTest1 ------------------------------------------------------------------------ initializing NRLIB SVT1 for SymbolVariableTest1 compiling into NRLIB SVT1 compiling exported symVar1 : () -> Boolean Time: 0 SEC. I think this makes the page easier to read. Since the compiler is quite verbose, without this color coding it was sometimes hard to distinguish the input SPAD code from the compiler output. The FunctionalMapping? page contains another example. Comments welcome! Grey background --wyscc, Fri, 04 Mar 2005 18:14:29 -0600 reply This is an excellent idea. Beautiful! Thanks for this new page (FunctionalMapping?), too.
axiom on the right hand
side of the header. Clicking the + will display the compiler output.
The + axiom turns to - axiom . If you click the - then the
compiler output will be hidden.
Note also the +/- menu items at the top of the page. Clicking + will expand all folded output. Clicking - will hide it all. |