From: Michel T. <ta...@lp...> - 2022-01-13 12:58:08
|
Le 13/01/2022 à 07:08, Eduardo Ochs a écrit : > > By the way, where is the code that tells the Lisp reader how to handle > expressions starting with "#$"? Such stuff from the lisp side is treated by *set-dispatch-macro-character.* For this specific case i think this is the code in commac.lisp starting with defvar *sharp-read-buffer* and ending with (set-dispatch-macro-character #\# #\$ #'x$-cl-macro-read) Note that other parsing functions for maxima are rather in intl.lisp. ** * * -- Michel Talon |