Add FIXME

This commit is contained in:
Andrew Morris
2022-05-04 14:29:17 +10:00
parent f17f83f649
commit ab4d163e00

View File

@@ -145,6 +145,7 @@ impl Assembler for AssemblerData {
self.definitions_map.resolve(&mut self.output);
}
// FIXME: Inefficient because unicode
fn content_at(&self, pos: usize) -> char {
return self.content.chars().nth(pos).unwrap();
}