> Is the underscore character a general-purpose continuation-line marker
> in Fricas?

Well, it's more like the \ in C, an escape character.
See 24.2.2: http://www.aldor.org/docs/HTML/chap24.html
That would be for Aldor, but it's pretty much the same for all PanAxiom
systems. However, FriCAS has introduced more complicated rules, but that
shouldn't matter. Interesting here is only an escape character
(=underscore) followed by whitespace (that includes newline) is ignored.

> But is there a separate SPAD file for each constructor?  Last time I
> looked it wasn't organized that way, but that was a long time ago.

I only know for FriCAS. There during compilation will be a .spad file
for each constructor. However, in the install directory, there will be
the original sources that live in the repository under src/algebra.

https://github.com/fricas/fricas/tree/master/src/algebra

That is why I gave you that make target for abbrev.list in one of my
previous mails. Unfortunately, one cannot simply query fricas to get the
filename and line number for a constructor.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to