indexFile() now saves the stream position not line number

This commit is contained in:
black
2025-07-08 13:22:43 +02:00
parent 32f70bb974
commit f896f82db8
2 changed files with 2 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ private:
*/
explicit ProgramLoader() = default;
std::map<std::string, int> m_labels;
std::map<std::string, std::streampos> m_labels;
public:
/// Singleton Logik