Add an experimental record iteration

This commit is contained in:
JT
2021-09-08 10:00:20 +12:00
parent ab3820890b
commit 6dd9f05ea1
3 changed files with 59 additions and 4 deletions

View File

@ -1876,6 +1876,7 @@ pub fn parse_block_expression(
error = error.or(err);
working_set.enter_scope();
// Check to see if we have parameters
let (signature, amt_to_skip): (Option<Box<Signature>>, usize) = match output.first() {
Some(Token {