LET: signal an error when multiple bindings of the same name occur
authorDaniel Kochmański <daniel@turtleware.eu>
Mon, 17 Aug 2015 08:07:31 +0000 (10:07 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Mon, 17 Aug 2015 08:07:31 +0000 (10:07 +0200)
commite289af95004f7fce32a0ec8c6b44c02818f94665
tree223aa78462e0bde94c913962e766e0fa62159067
parent7a59ebda66ac29702b8f83238eb350ce09269fe8
LET: signal an error when multiple bindings of the same name occur

This situation is unspecified by ANSI spec – also hard to find
situation, when such construct wouldn't be an error.

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/c/compiler.d
src/cmp/cmplet.lsp
src/new-cmp/cmplet.lsp