mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Test custom iterator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user