Here
https://www.mail-archive.com/[email protected]/msg08035.html
you have suggested
spadThrow() ==
if $interpOnly and $mapName then
putHist($mapName,'localModemap, nil, $e)
$BreakMode = 'throw_reader => throw_to_reader()
handleLispBreakLoop($BreakMode)
are you going to commit this? (Before or after the release is not
important to me, but I couldn't find "throw_to_reader()", so I cannot
experiment with it.
In fact, it would also be nice, if at the same time you rewrite
spad_syntax_error(wanted, parsing) ==
FORMAT(true, '"******** Spad syntax error detected ********")
if wanted then
FORMAT(true, '"~&Expected: ~S~%", wanted)
if $prev_line then
FORMAT(true, '"~&The prior line was:~%~%~5D> ~A~%~%",
$prev_line_number, $prev_line)
if $curent_line then
FORMAT(true, '"~&The current line is:~%~%~5D> ~A~%~%",
$curent_line_number, $curent_line)
TOKEN_-STACK_-SHOW()
THROW('SPAD_READER, nil)
to include handleLispBreakMode. I guess I would simply have to replace
the last line by
$BreakMode = 'throw_reader => throw_to_reader()
handleLispBreakLoop($BreakMode)
Right?
But what exactly is throw_to_reader()?
Ralf
PS: Any chance that we change to git (probably after the release), so
that you can also publish ongoing not-ready-for-prime-time code in a
branch so that everyone who is interested can follow what you are doing?
--
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.