Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cgay opened this issue Nov 22, 2020 · 1 comment
Open

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

cgay opened this issue Nov 22, 2020 · 1 comment

Comments

@cgay
Copy link
Member

cgay commented Nov 22, 2020

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
Copy link
Member Author

cgay commented May 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant