dylan-emacs-support icon indicating copy to clipboard operation
dylan-emacs-support copied to clipboard

Block comments must be preceded by non-word character

Open cgay opened this issue 5 years ago • 1 comments

The majority of sources/lib/big-integers/double-integer.dylan appears to be commented out because it uses dylan/* as the name for * imported from the dylan module.

(This is obviously low priority.)

cgay avatar Nov 22 '20 18:11 cgay

It also causes problems whenever a module is imported with prefix: "foo/" and one has to, say, rebind a global variable with dynamic-bind (foo/*variable* = ...).

cgay avatar May 28 '23 15:05 cgay