dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

Block comments must be preceded by non-word character #36

Open cgay opened 3 years ago

cgay commented 3 years ago

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 commented 1 year ago

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* = ...).