axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-developer] Axiom BNF


From: Martin Rubey
Subject: RE: [Axiom-developer] Axiom BNF
Date: Mon, 25 Oct 2004 20:01:11 +0200

I did run into an example:

Consider two nested if statements, where one else branch is missing:

         if cond1 then
           if cond2 then
               bla
               bla
           else
             bla
             bla

versus

         if cond1 then
           if cond2 then
               bla
               bla
         else
           bla
           bla

It only discovered it by luck.

Martin

PS: is there any progress on using the Aldor compiler for compiling domains
that use other Axiom domains?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]