Quoted Exprs
from blocks fail to parse back into expressions
#6036
Labels
bug
Something isn't working
Exprs
from blocks fail to parse back into expressions
#6036
Aim
Quote an expression from a block expression, add it to a quote, unquote the whole thing as a new expression.
This is because the expression is an
InternedStatement
internallyExpected Behavior
The above should work
Bug
Compiler fails to parse the Expr:
Parsed expr Err(FailedToParseMacro {
error: ParserError { expected_tokens: {}, expected_labels: {Expression}, found: InternedStatement(InternedStatementKind(Index(0)))
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
Blocker
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: