Lack of error message where assigning to not variable #38

Closed
opened 2023-01-08 13:49:53 +01:00 by s416496 · 0 comments
Owner
> if (1 = 1) (say 42) (say 0)
IMPLEMENTATION BUG Assertion in interpreter at musique/interpreter/interpreter.cc:94:1
------------------------------------------------------------------------------------------------------------
Currently LHS of assigment must be an identifier

Interpreter got in state that was not expected by it's developers.
Contact them and provide code that coused this error and
error message above to resolve this trouble
``` > if (1 = 1) (say 42) (say 0) IMPLEMENTATION BUG Assertion in interpreter at musique/interpreter/interpreter.cc:94:1 ------------------------------------------------------------------------------------------------------------ Currently LHS of assigment must be an identifier Interpreter got in state that was not expected by it's developers. Contact them and provide code that coused this error and error message above to resolve this trouble ```
s416496 added the
bug
label 2023-01-08 13:49:53 +01:00
s452639 changed title from Possible bug with LHS to Lack of error message where assigning to not variable 2023-01-09 09:58:55 +01:00
Sign in to join this conversation.
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: s416496/musique#38
No description provided.