Test custom iterator

This commit is contained in:
Andrew Morris
2023-05-29 16:27:42 +10:00
parent 87dfda4855
commit 21a0d182b2
2 changed files with 47 additions and 0 deletions

View File

@@ -921,6 +921,7 @@ impl<'a> AssemblyParser<'a> {
let name = self.parse_identifier();
Value::Pointer(Pointer { name })
}
'$' => Value::Builtin(self.assemble_builtin()),
'}' => {
self.pos.next();
break object;