jscl icon indicating copy to clipboard operation
jscl copied to clipboard

Fix backquote on dotted pairs

Open SuperDisk opened this issue 1 year ago • 1 comments

This commit adds a couple extra cases to backquote's simplification step, which accounts for if the expression is an improper list or dotted pair.

I'm not super happy with this implementation, since I'm not 100% sure these cases account for everything, but it seems to work correctly.

SuperDisk avatar Apr 29 '24 18:04 SuperDisk

It seems the build failed for it. It might be some bootstrapping issue or just the fix not being correct.

It should be possible to test it in other implementation to see if it is related to bootstrap.

davazp avatar May 03 '24 23:05 davazp