mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 23:48:02 -05:00
Add FIXME
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user